Skip to content

Commit 835a112

Browse files
committed
chore: setup laravel boost
1 parent ce888da commit 835a112

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,8 @@
5656
"@php artisan package:discover --ansi"
5757
],
5858
"post-update-cmd": [
59-
"@php artisan vendor:publish --tag=laravel-assets --ansi --force"
59+
"@php artisan vendor:publish --tag=laravel-assets --ansi --force",
60+
"@php artisan boost:update --ansi"
6061
],
6162
"post-root-package-install": [
6263
"@php -r \"file_exists('.env') || copy('.env.example', '.env');\""

0 commit comments

Comments
 (0)