Download the PHP package irfanchowdhury/unique-slug-generate without Composer
On this page you can find all versions of the php package irfanchowdhury/unique-slug-generate. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download irfanchowdhury/unique-slug-generate
More information about irfanchowdhury/unique-slug-generate
Files in irfanchowdhury/unique-slug-generate
Download irfanchowdhury/unique-slug-generate
More information about irfanchowdhury/unique-slug-generate
Files in irfanchowdhury/unique-slug-generate
Vendor irfanchowdhury
Package unique-slug-generate
Short Description A simple unique slug generator for Laravel Eloquent Model
License MIT
Homepage https://github.com/Irfan-Chowdhury/unique-slug-generate
Package unique-slug-generate
Short Description A simple unique slug generator for Laravel Eloquent Model
License MIT
Homepage https://github.com/Irfan-Chowdhury/unique-slug-generate
Please rate this library. Is it a good library?
Informations about the package unique-slug-generate
Unique-slug-generate
A simple but beautiful unique slug generator for Laravel eloquent model.
Installation
Configuration
Service Provider Registration
In config/app.php
, add in providers
array -
Facade Class Alias Add in aliases array -
Use from Controller
Import first the UniqueSlug facade
Example #01- Post unique slug from title
Let's assume, we have in Post
class, we've added slug
column which is unique. Now, if we passed title
and generate slug
from that, then -
Example #02 - Pass custom separator
Let's assume separator is ''
empty.
Example - Unique slug for category or any model easily
API Docs
Generate method -
Publish configuration
Configurations
This package is developed for learning purpose.
Credit goes to ManiruzzamanAkash (https://github.com/ManiruzzamanAkash/laravel-unique-slug-generator)
All versions of unique-slug-generate with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.4
The package irfanchowdhury/unique-slug-generate contains the following files
Loading the files please wait ....