feat: install spatie/laravel-sluggable pakacge

This commit is contained in:
Yoga Pangestu 2025-09-13 12:00:18 +07:00
parent bf9db9023f
commit 31ddafbbc2
2 changed files with 62 additions and 2 deletions

View File

@ -12,7 +12,8 @@
"laravel/tinker": "^2.10.1",
"livewire/flux": "2.2.5",
"livewire/flux-pro": "2.2.5",
"livewire/livewire": "^3.6"
"livewire/livewire": "^3.6",
"spatie/laravel-sluggable": "^3.7"
},
"repositories": [
{

61
composer.lock generated
View File

@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
"content-hash": "8e422c8700d6dd813be0e8017fe85e33",
"content-hash": "0774ce1c962f0caf811664cfee90d8e5",
"packages": [
{
"name": "archtechx/enums",
@ -4401,6 +4401,65 @@
},
"time": "2025-09-04T20:59:21+00:00"
},
{
"name": "spatie/laravel-sluggable",
"version": "3.7.5",
"source": {
"type": "git",
"url": "https://github.com/spatie/laravel-sluggable.git",
"reference": "e4fdd519e043a2af02b52eec2c3be2dd2e262e27"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/spatie/laravel-sluggable/zipball/e4fdd519e043a2af02b52eec2c3be2dd2e262e27",
"reference": "e4fdd519e043a2af02b52eec2c3be2dd2e262e27",
"shasum": ""
},
"require": {
"illuminate/database": "^8.0|^9.0|^10.0|^11.0|^12.0",
"illuminate/support": "^8.0|^9.0|^10.0|^11.0|^12.0",
"php": "^8.0"
},
"require-dev": {
"orchestra/testbench": "^6.23|^7.0|^8.0|^9.0|^10.0",
"pestphp/pest": "^1.20|^2.0|^3.7",
"spatie/laravel-translatable": "^5.0|^6.0"
},
"type": "library",
"autoload": {
"psr-4": {
"Spatie\\Sluggable\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Freek Van der Herten",
"email": "freek@spatie.be",
"homepage": "https://spatie.be",
"role": "Developer"
}
],
"description": "Generate slugs when saving Eloquent models",
"homepage": "https://github.com/spatie/laravel-sluggable",
"keywords": [
"laravel-sluggable",
"spatie"
],
"support": {
"source": "https://github.com/spatie/laravel-sluggable/tree/3.7.5"
},
"funding": [
{
"url": "https://github.com/spatie",
"type": "github"
}
],
"time": "2025-04-24T09:21:00+00:00"
},
{
"name": "symfony/clock",
"version": "v7.3.0",