settings
This commit is contained in:
parent
7409771872
commit
1f00ad7437
@ -48,7 +48,7 @@
|
||||
"@php -r \"file_exists('.env') || copy('.env.example', '.env');\""
|
||||
],
|
||||
"post-create-project-cmd": [
|
||||
"[ ! -f .env ] && (bash -c './setup.sh' || echo 'Error en setup.sh') || echo '.env ya existe, saltando configuración'"
|
||||
"bash -c './setup.sh'"
|
||||
],
|
||||
"post-update-cmd": [
|
||||
"@php artisan vendor:publish --tag=laravel-assets --ansi",
|
||||
|
Loading…
x
Reference in New Issue
Block a user