Skip to content

Commit dbdf545

Browse files
committed
Add storage link command
1 parent 5f8fc91 commit dbdf545

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

scripts/direct/install.bat

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ CALL composer install
1111
@REM laravel app key
1212
CALL php artisan key:generate
1313

14+
@REM link storage folder
15+
CALL php artisan storage:link
16+
1417
@REM install NPM packges
1518
CALL npm i -s
1619

scripts/direct/install.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ composer install
1111
# laravel app key
1212
php artisan key:generate
1313

14+
# link storage folder
15+
php artisan storage:link
16+
1417
# install NPM packges
1518
npm i -s
1619

0 commit comments

Comments
 (0)