Caffeinated SEO aids in the management and generation of SEO metadata for your Laravel 5 application.
You will find user friendly and up to date documentation in the wiki here: Caffeinated SEO Wiki
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:
Caffeinated\SEO\SEOServiceProvider::class,
'SEOMeta' => Caffeinated\SEO\Facades\Metadata::class,
And that's it! With your coffee in reach, start building up your SEO!