We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef483fb commit 8bb7738Copy full SHA for 8bb7738
composer.json
@@ -75,7 +75,8 @@
75
"post-update-cmd": [
76
"@php artisan vendor:publish --tag=laravel-assets --ansi --force",
77
"@php artisan vendor:publish --tag=livewire:assets --ansi --force",
78
- "@php artisan boost:update --ansi"
+ "@php artisan boost:update --ansi",
79
+ "composer bump"
80
],
81
"post-root-package-install": [
82
"@php -r \"file_exists('.env') || copy('.env.example', '.env');\""
0 commit comments