PHPackages                             martinbean/laravel-sluggable-trait - 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. martinbean/laravel-sluggable-trait

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

martinbean/laravel-sluggable-trait
==================================

A trait you can apply to Eloquent models to have slugs automatically generated on save.

0.4.0(4y ago)2448.7k5MITPHP

Since Feb 17Pushed 4y ago2 watchersCompare

[ Source](https://github.com/martinbean/laravel-sluggable-trait)[ Packagist](https://packagist.org/packages/martinbean/laravel-sluggable-trait)[ Fund](https://www.buymeacoffee.com/martinbean)[ RSS](/packages/martinbean-laravel-sluggable-trait/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (1)Versions (4)Used By (0)

Laravel Sluggable Trait
=======================

[](#laravel-sluggable-trait)

A trait you can apply to Eloquent models to have slugs automatically generated on save.

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

[](#installation)

```
composer require martinbean/laravel-sluggable-trait

```

Usage
-----

[](#usage)

```
