Download the PHP package eusonlito/laravel-meta without Composer
On this page you can find all versions of the php package eusonlito/laravel-meta. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
eusonlito/laravel-meta
Rate from 1 - 5
Rated 5.00 based on 1 reviews
Rated 5.00 based on 1 reviews
Informations about the package laravel-meta
HTML Meta Tags management package available for Laravel >= 5 (Including 10)
With this package you can manage header Meta Tags from Laravel controllers.
If you want a Laravel <= 4.2 compatible version, please use v4.2
branch.
Installation
Begin by installing this package through Composer.
Laravel installation
Now you have a facade available.
Publish the config file:
app/Http/Controllers/Controller.php
app/Http/Controllers/HomeController.php
resources/views/html.php
Or you can use Blade directives:
MetaProduct / og:product
This will allow you to add product data to your meta data. See Open Graph product object
Add your product data from your controller
Config
Using Meta outside Laravel
Controller
Template
Updates from 2.*
Meta::meta('title', 'Section Title')
>Meta::set('title', 'Section Title')
Meta::meta('title')
>Meta::get('title')
Meta::tagMetaName('title')
>Meta::tag('title')
Meta::tagMetaProperty('title')
>Meta::tag('title')
All versions of laravel-meta with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.6
The package eusonlito/laravel-meta contains the following files
Loading the files please wait ....