PHPackages                             larapack/attribute-slugging - 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. larapack/attribute-slugging

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

larapack/attribute-slugging
===========================

Allows your Eloquent Model to automatically generate a unique slug for a attribute on save.

v1.0.3(10y ago)62.0k1MITPHP

Since Nov 27Pushed 10y ago1 watchersCompare

[ Source](https://github.com/larapack/attribute-slugging)[ Packagist](https://packagist.org/packages/larapack/attribute-slugging)[ RSS](/packages/larapack-attribute-slugging/feed)WikiDiscussions master Synced today

READMEChangelog (4)DependenciesVersions (7)Used By (0)

attribute-slugging
==================

[](#attribute-slugging)

Allows your Eloquent Model to automatically generate a unique slug for a attribute on save.

Installing
----------

[](#installing)

Install using Composer `composer require larapack/attribute-slugging 1.*`.

Usage
-----

[](#usage)

First add the trait `Sluggable` to your Eloquent Model.

```
