2017 © Pedro Peláez
 

library laravel-unique-slug

Package for generate a unique slug in your application on an eloquent model with have slug column.

image

vitorleonel/laravel-unique-slug

Package for generate a unique slug in your application on an eloquent model with have slug column.

  • Saturday, November 18, 2017
  • by vitorleonel
  • Repository
  • 0 Watchers
  • 1 Stars
  • 50 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 79 % Grown

The README.md

UniqueSlug for Laravel 5

Based on https://dotdev.co/creating-unique-title-slugs-with-laravel/, (*1)

About

The laravel-unique-slug generate a unique slug in your application on an eloquent model with have slug column., (*2)

Installation

Require the vitorleonel/laravel-unique-slug package in your composer.json and update your dependencies:, (*3)

$ composer require vitorleonel/laravel-unique-slug

Add the ServiceProvider to your config/app.php providers array:, (*4)

VitorLeonel\UniqueSlug\UniqueSlugServiceProvider::class,

License

Released under the MIT License., (*5)

The Versions

18/11 2017

dev-master

9999999-dev

Package for generate a unique slug in your application on an eloquent model with have slug column.

  Sources   Download

MIT

The Requires

 

laravel slug

18/11 2017

v1.0.0

1.0.0.0

Package for generate a unique slug in your application on an eloquent model with have slug column.

  Sources   Download

MIT

The Requires

 

laravel slug