Skip to content

Commit c14d52a

Browse files
author
Jovert Lota Palonpon
committed
Attempt fix for #34
1 parent 40fc623 commit c14d52a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

composer.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,9 @@
6060
"format": [
6161
"vendor/bin/php-cs-fixer fix ."
6262
],
63+
"post-install-cmd": [
64+
"php artisan storage:link"
65+
],
6366
"post-root-package-install": [
6467
"@php -r \"file_exists('.env') || copy('.env.example', '.env');\""
6568
],

0 commit comments

Comments
 (0)