Skip to content

Commit

Permalink
run laravolt:link-assets after create project
Browse files Browse the repository at this point in the history
  • Loading branch information
uyab committed Jul 16, 2019
1 parent 5e8385c commit b83b8f4
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 @@ -64,7 +64,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 laravolt:link-assets"
]
}
}

0 comments on commit b83b8f4

Please sign in to comment.