Download the PHP package rendyyangasli/laravel-unique-sluggable without Composer
On this page you can find all versions of the php package rendyyangasli/laravel-unique-sluggable. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download rendyyangasli/laravel-unique-sluggable
More information about rendyyangasli/laravel-unique-sluggable
Files in rendyyangasli/laravel-unique-sluggable
Download rendyyangasli/laravel-unique-sluggable
More information about rendyyangasli/laravel-unique-sluggable
Files in rendyyangasli/laravel-unique-sluggable
Vendor rendyyangasli
Package laravel-unique-sluggable
Short Description Packages to craete slug with laravel eloquent uniquely
License MIT
Package laravel-unique-sluggable
Short Description Packages to craete slug with laravel eloquent uniquely
License MIT
Please rate this library. Is it a good library?
Informations about the package laravel-unique-sluggable
Laravel Unique Slug Generator
Installation
Laravel >= 5.5
- run
composer require mchavens/laravel-unique-sluggable
on your projects - run
php artisan package:discover
- generate config fil using command
php artisan vendor:publish --tag=slug-config
How to use
Using model observers
- Implement method
LaravelUniqueSlugGeneratorContract
on your Eloquent model - Add your model class name to config/slug.php
Using model trait
All versions of laravel-unique-sluggable with dependencies
PHP Build Version
Package Version
The package rendyyangasli/laravel-unique-sluggable contains the following files
Loading the files please wait ....