[8.x] Unified asset publishing (#5654)

* [8.x] Unified asset publishing

* Update composer.json

Co-authored-by: Taylor Otwell <[email protected]>
This commit is contained in:
Igor Finagin
2021-07-29 08:04:43 -05:00
committed by GitHub
co-authored by Taylor Otwell
parent 54c0b5bc52
commit d286a15b09
+3
View File
@@ -37,6 +37,9 @@
"Illuminate\\Foundation\\ComposerScripts::postAutoloadDump",
"@php artisan package:discover --ansi"
],
"post-update-cmd": [
"@php artisan vendor:publish --tag=laravel-assets --ansi"
],
"post-root-package-install": [
"@php -r \"file_exists('.env') || copy('.env.example', '.env');\""
],