Download the PHP package agpretto/metadata without Composer
On this page you can find all versions of the php package agpretto/metadata. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download agpretto/metadata
More information about agpretto/metadata
Files in agpretto/metadata
Package metadata
Short Description Metadata package for Laravel applications
License MIT
Homepage https://github.com/Mindexperiment/metadata
Informations about the package metadata
Metadata
This package provides a way to include metadata tags and other SEO related values inside a view.
This is the most flexible way of inject metadata inside webpages without the need of a database.
Use this package if you don't need complex implementation over SEO metadata.
Configuration
Composer
Require this package inside your composer.json file
Install
Use the package install command to install Metadata inside your application.
Opt-in publishing the default metadata template to your
resouces/views/vendor/metadata
folder.
You can opt-in publishing metadata template by using the flag -T
or --template
.
Usage
This package is a very simple metadata management suite to include metadata tags and related SEO values inside a view.
-
Before start using this package update the configuration file
config/metadata.php
with your default SEO informations. - Include a new stack inside your base layout view. This stack will collect all your SEO metadata.
Now you're ready to include your metadata.
- Choose a public view of your website content (ex. views/articles/page.blade.php).
Credits
This package is built for you by the Interstellar Developer Andrea Giuseppe - Github