Skip to content

Commit d286a15

Browse files
[8.x] Unified asset publishing (laravel#5654)
* [8.x] Unified asset publishing * Update composer.json Co-authored-by: Taylor Otwell <taylor@laravel.com>
1 parent 54c0b5b commit d286a15

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

composer.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,9 @@
3737
"Illuminate\\Foundation\\ComposerScripts::postAutoloadDump",
3838
"@php artisan package:discover --ansi"
3939
],
40+
"post-update-cmd": [
41+
"@php artisan vendor:publish --tag=laravel-assets --ansi"
42+
],
4043
"post-root-package-install": [
4144
"@php -r \"file_exists('.env') || copy('.env.example', '.env');\""
4245
],

0 commit comments

Comments
 (0)