docs: improve README (#1097)

This commit is contained in:
Kyrch
2026-02-13 02:43:51 -03:00
committed by GitHub
parent 5061fc126d
commit ef56c3e130
2 changed files with 48 additions and 60 deletions
+2 -1
View File
@@ -108,7 +108,8 @@
"composer install",
"@php -r \"file_exists('.env') || copy('.env.example', '.env');\"",
"@php artisan key:generate",
"@php artisan db:sync"
"@php artisan db:sync",
"@php artisan optimize"
],
"post-autoload-dump": [
"Illuminate\\Foundation\\ComposerScripts::postAutoloadDump",