Download the PHP package fhusquinet/laravel-model-seoable without Composer
On this page you can find all versions of the php package fhusquinet/laravel-model-seoable. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download fhusquinet/laravel-model-seoable
More information about fhusquinet/laravel-model-seoable
Files in fhusquinet/laravel-model-seoable
Package laravel-model-seoable
Short Description Easily add seo meta data to your Eloquent model.
License MIT
Homepage https://github.com/fhusquinet/laravel-model-seoable
Informations about the package laravel-model-seoable
Easily add seo meta data to your Eloquent model.
If you are storing a lot of values, especially booleans, as columns in your database, and if this data is not always the same for each row you might want to consider using a JSON column. To ease up the usage of it, this package provides an easy way API toscope results from your database and getting/setting options. If you are used to Laravel's syntax you will be familiar with this one as well.
Installation
You can install the package via composer:
Usage
Add the Seoable trait to your wanted models.
Testing
Changelog
Please see CHANGELOG for more information what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security
If you discover any security related issues, please email [email protected] instead of using the issue tracker.
Credits
- Florian Husquinet
- All Contributors
License
The MIT License (MIT). Please see License File for more information.
All versions of laravel-model-seoable with dependencies
illuminate/config Version ~5.5.0|~5.6.0|~5.7.0|^6.0|^7.0|^8.0
illuminate/database Version ~5.5.0|~5.6.0|~5.7.0|^6.0|^7.0|^8.0
illuminate/support Version ~5.5.0|~5.6.0|~5.7.0|^6.0|^7.0|^8.0