fix conflict and add seeder vilages

This commit is contained in:
arifal
2025-02-12 23:50:16 +07:00
parent 6ba62da5ca
commit 9efb6c346e
6 changed files with 93584 additions and 354 deletions

View File

@@ -3,7 +3,10 @@
"name": "laravel/laravel",
"type": "project",
"description": "The skeleton application for the Laravel framework.",
"keywords": ["laravel", "framework"],
"keywords": [
"laravel",
"framework"
],
"license": "MIT",
"require": {
"php": "^8.2",
@@ -72,11 +75,5 @@
}
},
"minimum-stability": "stable",
"prefer-stable": true,
"repositories": {
"grocery-crud": {
"type": "composer",
"url": "https://composer.grocerycrud.com/"
}
}
"prefer-stable": true
}