add key for access laravel server.
modified readme to reflect what is needed for new users
This commit is contained in:
@@ -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": [
|
||||
|
||||
Reference in New Issue
Block a user