PHPackages                             oguzcandemircan/laravel-unique-sluggable - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Database &amp; ORM](/categories/database)
4. /
5. oguzcandemircan/laravel-unique-sluggable

ActiveLibrary[Database &amp; ORM](/categories/database)

oguzcandemircan/laravel-unique-sluggable
========================================

This package allows you to create unique slugs. It keeps all the slugs you define in the slugs table. It also satisfies all requests and directs it to the controller you define in your model.

v0.4.0(2y ago)355MITPHP

Since Jul 16Pushed 2y ago1 watchersCompare

[ Source](https://github.com/oguzcandemircan/Laravel-Unique-Sluggable)[ Packagist](https://packagist.org/packages/oguzcandemircan/laravel-unique-sluggable)[ Docs](https://github.com/oguzcandemircan/laravel-unique-sluggable)[ RSS](/packages/oguzcandemircan-laravel-unique-sluggable/feed)WikiDiscussions main Synced yesterday

READMEChangelog (6)Dependencies (3)Versions (7)Used By (0)

LaravelUniqueSluggable
======================

[](#laraveluniquesluggable)

[![Latest Version on Packagist](https://camo.githubusercontent.com/7f1227e1022c2fb41893144e8abb554609451649eeea19aa59466c0130ac7a05/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6f67757a63616e64656d697263616e2f6c61726176656c2d756e697175652d736c75676761626c652e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/oguzcandemircan/laravel-unique-sluggable)[![Total Downloads](https://camo.githubusercontent.com/a9cae7b04819f4b17ced42078e2a02af416b405b943c6e5e92c99658bf45bf20/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6f67757a63616e64656d697263616e2f6c61726176656c2d756e697175652d736c75676761626c652e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/oguzcandemircan/laravel-unique-sluggable)

This package allows you to create unique slugs. It keeps all the slugs you define in the slugs table. It also satisfies all requests and directs it to the controller you define in your model.

Installation
------------

[](#installation)

```
composer require oguzcandemircan/laravel-unique-sluggable
```

Usage
-----

[](#usage)

Your models should use the `OguzcanDemircan\LaravelUniqueSluggable\HasSlug` trait and define `slugSource` property

```
