Laravel meta-tags injector
-
Require this package in your composer.json and run composer update:
"badou90/meta": "dev-development"
-
After composer update, add service providers to the
config/app.php
'Badou\Meta\MetaTagsServiceProvider',
-
Add this to the facades in
config/app.php
:'Meta' => Badou\MetaTags\Facades\MetaTags::class,
-
Run this command in terminal to publish config:
$ php artisan vendor:publish