Skip to content
This repository has been archived by the owner on Aug 7, 2019. It is now read-only.

caffeinated/SEO

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Caffeinated SEO

Laravel 5.0 Laravel 5.1 Source License

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. Depending on what version of Laravel you are using (5.0 or 5.1), you'll want to pull in the ~1.0 or ~2.0 release, respectively:

Laravel 5.0.x

composer require caffeinated/seo=~1.0

Laravel 5.1.x

composer require caffeinated/seo=~2.0

Once this operation is complete, simply add both the service provider and facade classes to your project's config/app.php file:

Laravel 5.0.x

Service Provider
'Caffeinated\SEO\SEOServiceProvider',
Facade
'Meta' => 'Caffeinated\SEO\Facades\Metadata',

Laravel 5.1.x

Service Provider
Caffeinated\SEO\SEOServiceProvider::class,
Facade
'Meta' => Caffeinated\SEO\Facades\Metadata::class,

And that's it! With your coffee in reach, start building up your SEO!

About

🔍 Laravel 5 SEO generator

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages