olimarferraz / laravel-meta-tags
A package to manage Header Meta Tags in Laravel projects
Installs: 191
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 78
Language:JavaScript
Requires
- php: >=7.0.0
- illuminate/support: ~5.5
Requires (Dev)
- phpunit/phpunit: 4.8.*
README
This package is a fork from https://github.com/eusonlito/laravel-Meta with some modifications
With this package you can manage header Meta Tags from Laravel controllers.
Modifications
- Added default meta tags to config file;
- Added default title to config file;
- Added 'fb:' support to MetaProperty class to accepts tags like fb:app_id;
- Added autoload to default tags;
- Added autoload to default title;
- Added Blade directives @meta and @metas;
- Core updated to require php >=7.0 (type hint);
Pending
Unit tests.