This commit is contained in:
Refactorian
2024-02-17 23:09:24 +09:00
committed by GitHub
parent edbbe6d81d
commit 953460bca6
12 changed files with 710 additions and 494 deletions

View File

@@ -8,7 +8,7 @@
"php": "^8.1",
"guzzlehttp/guzzle": "^7.2",
"laravel/framework": "^10.10",
"laravel/sanctum": "^3.2",
"laravel/sanctum": "^3.3",
"laravel/tinker": "^2.8"
},
"require-dev": {
@@ -45,7 +45,7 @@
],
"post-create-project-cmd": [
"@php artisan key:generate --ansi"
],
],
"setup": [
"composer install",
"php -r \"file_exists('.env') || copy('.env.example', '.env');\"",