z1lab/laravel-meta-tags

A package to manage Header Meta Tags in Laravel projects

Downloads

95

Stars

1

Version

v3.1.7

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.