Skip to content

Commit

Permalink
Added vendor:publish on create project
Browse files Browse the repository at this point in the history
  • Loading branch information
nahime0 committed Apr 2, 2023
1 parent 03101f1 commit 74d0c49
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,8 @@
"@php -r \"file_exists('.env') || copy('.env.example', '.env');\""
],
"post-create-project-cmd": [
"@php artisan key:generate --ansi"
"@php artisan key:generate --ansi",
"@php artisan vendor:publish --tag=laravel-assets --ansi --force"
]
},
"extra": {
Expand Down

0 comments on commit 74d0c49

Please sign in to comment.