Download the PHP package mx13/slugable without Composer
On this page you can find all versions of the php package mx13/slugable. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download mx13/slugable
More information about mx13/slugable
Files in mx13/slugable
Download mx13/slugable
More information about mx13/slugable
Files in mx13/slugable
Vendor mx13
Package slugable
Short Description A package to add slug functionality to an Eloquent model
License MIT
Package slugable
Short Description A package to add slug functionality to an Eloquent model
License MIT
Please rate this library. Is it a good library?
Informations about the package slugable
Slugable
- Introduction
- Installation
- Usage
Introduction
A package to add slug functionality to an Eloquent model.
Installation
Install the package through Composer.
Run the Composer require command from the Terminal:
composer require mx13/slugable
Usage
- The Eloquent model should implement the
\MX13\Slugable\SlugInterface
contract which enforces implementing thegetSlugColumn()
method which returns the name of the slug column. - The Eloquent model should use
\MX13\Slugable\Slugable
trait which has all the functionality needed to make the Eloquent model slugable.
All versions of slugable with dependencies
PHP Build Version
Package Version
No informations.
The package mx13/slugable contains the following files
Loading the files please wait ....