Skip to content

Commit 143996b

Browse files
add eloquent-sluggable package
1 parent 25ba292 commit 143996b

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

composer.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,14 @@
44
"license": "MIT",
55
"authors": [{
66
"name": "Oğuzcan Demircan",
7-
"email": "[email protected] ",
7+
"email": "[email protected]",
88
"homepage": "https://oguzcandemircan.com"
99
}],
1010
"homepage": "https://github.com/oguzcandemircan/laraveluniquesluggable",
1111
"keywords": ["Laravel", "Sluggable", "Slug", "Unique Slug"],
1212
"require": {
13-
"illuminate/support": "~7|~8"
13+
"illuminate/support": "~7|~8",
14+
"cviebrock/eloquent-sluggable": "^8.0"
1415
},
1516
"require-dev": {
1617
"phpunit/phpunit": "~9.0",

0 commit comments

Comments
 (0)