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 10e8fd4 commit 796c5f3Copy full SHA for 796c5f3
composer.json
@@ -47,8 +47,7 @@
47
"@php artisan package:discover --ansi"
48
],
49
"post-update-cmd": [
50
- "@php artisan vendor:publish --tag=laravel-assets --ansi --force",
51
- "@php artisan telescope:publish --ansi"
+ "@php artisan vendor:publish --tag=laravel-assets --ansi --force"
52
53
"post-root-package-install": [
54
"@php -r \"file_exists('.env') || copy('.env.example', '.env');\""
0 commit comments