1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-09-20 08:21:34 +02:00

Updates for composer

This commit is contained in:
David Bomba 2023-07-07 15:17:10 +10:00
parent 20903c9445
commit 120b34c1fd

View File

@ -136,7 +136,7 @@
},
"extra": {
"laravel": {
"dont-discover": ["*"]
"dont-discover": []
}
},
"scripts": {
@ -146,16 +146,15 @@
"@php artisan vendor:publish --tag=laravel-assets --ansi --force"
],
"post-root-package-install": [
"@php -r \"file_exists('.env') || copy('.env.example', '.env');\""
],
"post-create-project-cmd": [
"@php -r \"file_exists('.env') || copy('.env.example', '.env');\"",
"@php artisan key:generate",
"@php artisan storage:link"
],
"post-autoload-dump": [
"Illuminate\\Foundation\\ComposerScripts::postAutoloadDump",
"@php artisan package:discover --ansi"
"@php artisan package:discover --ansi",
"@php -r \"file_exists('.env') || copy('.env.example', '.env');\""
],
"format": [
"vendor/bin/php-cs-fixer fix"