Download the PHP package sujan97825/laravel-slug-generator without Composer
On this page you can find all versions of the php package sujan97825/laravel-slug-generator. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download sujan97825/laravel-slug-generator
More information about sujan97825/laravel-slug-generator
Files in sujan97825/laravel-slug-generator
Download sujan97825/laravel-slug-generator
More information about sujan97825/laravel-slug-generator
Files in sujan97825/laravel-slug-generator
Vendor sujan97825
Package laravel-slug-generator
Short Description Laravel Slug Generator with Multi Language Support
License MIT
Homepage https://github.com/sujan97825/laravel-slug-generator
Package laravel-slug-generator
Short Description Laravel Slug Generator with Multi Language Support
License MIT
Homepage https://github.com/sujan97825/laravel-slug-generator
Please rate this library. Is it a good library?
Informations about the package laravel-slug-generator
Laravel-slug-generator
Laravel Slug Generator with Multi Language Support.
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 SlugGenerator 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 - Post general slug from title / Not Unique
API Docs
Generate method -
Publish configuration
Configurations
Similar Package & Inspired from
Contribution
You're open to create any Pull request.
All versions of laravel-slug-generator with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.4
The package sujan97825/laravel-slug-generator contains the following files
Loading the files please wait ....