update controllers logic
This commit is contained in:
+7
-1
@@ -11,7 +11,8 @@
|
||||
"laravel/sanctum": "^4.3",
|
||||
"laravel/tinker": "^2.10.1",
|
||||
"php-open-source-saver/jwt-auth": "^2.8",
|
||||
"setasign/fpdf": "*"
|
||||
"setasign/fpdf": "*",
|
||||
"chillerlan/php-qrcode": "^5.0"
|
||||
},
|
||||
"require-dev": {
|
||||
"fakerphp/faker": "^1.23",
|
||||
@@ -55,6 +56,11 @@
|
||||
"@php artisan config:clear --ansi",
|
||||
"@php artisan test"
|
||||
],
|
||||
"production": [
|
||||
"@composer install --no-dev --optimize-autoloader --no-interaction",
|
||||
"@php artisan optimize"
|
||||
],
|
||||
"ci-controller-map": "@php tools/generate-ci-controller-mapping.php",
|
||||
"post-autoload-dump": [
|
||||
"Illuminate\\Foundation\\ComposerScripts::postAutoloadDump",
|
||||
"@php artisan package:discover --ansi"
|
||||
|
||||
Reference in New Issue
Block a user