Looking to hire Laravel developers? Try LaraJobs

laravel-meta-tags maintained by olimarferraz

Description
A package to manage Header Meta Tags in Laravel projects
Authors
Last update
2018/11/03 01:36 (dev-master)
License
Links
Downloads
204
Tags

Comments
comments powered by Disqus

HTML Meta Tags management package available for Laravel >= 5.5

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.