caffeinated / seo
Laravel 5 SEO generator
Installs: 1 126
Dependents: 0
Suggesters: 0
Security: 0
Stars: 24
Watchers: 4
Forks: 3
Open Issues: 0
Requires
- php: >=5.6.4
- illuminate/config: 5.3.*
- illuminate/support: 5.3.*
README
Caffeinated SEO
Caffeinated SEO aids in the management and generation of SEO metadata for your Laravel 5 application.
Documentation
You will find user friendly and up to date documentation in the wiki here: Caffeinated SEO Wiki
Quick Installation
Begin by installing the package through Composer.
composer require caffeinated/seo
Once this operation is complete, simply add both the service provider and facade classes to your project's config/app.php
file:
Service Provider
Caffeinated\SEO\SEOServiceProvider::class,
Facade
'SEOMeta' => Caffeinated\SEO\Facades\Metadata::class,
And that's it! With your coffee in reach, start building up your SEO!