Skip to content

Commit

Permalink
Update composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
riasvdv authored Nov 25, 2024
1 parent b427432 commit ae89aef
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 @@ -57,7 +57,8 @@
],
"post-create-project-cmd": [
"@php artisan key:generate --ansi",
"@php artisan mailcoach:publish"
"@php artisan mailcoach:publish",
"@php artisan vendor:publish --tag=mailcoach-migrations"
]
},
"extra": {
Expand Down

0 comments on commit ae89aef

Please sign in to comment.