add key for access laravel server.

modified readme to reflect what is needed for new users
This commit is contained in:
2025-10-30 00:43:50 -07:00
parent 7b546df1bb
commit f8f6c2c112
7 changed files with 42 additions and 10 deletions

View File

@@ -66,7 +66,7 @@
],
"post-create-project-cmd": [
"@php artisan key:generate --ansi",
"@php -r \"file_exists('database/database.sqlite') || touch('database/database.sqlite');\"",
"@php -r \"file_exists('database/database.pgsql') || touch('database/database.pgsql');\"",
"@php artisan migrate --graceful --ansi"
],
"pre-package-uninstall": [