This commit is contained in:
Arturo Corro 2025-03-07 00:49:40 -06:00
parent 7409771872
commit 1f00ad7437

View File

@ -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",