We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f8fc91 commit dbdf545Copy full SHA for dbdf545
scripts/direct/install.bat
@@ -11,6 +11,9 @@ CALL composer install
11
@REM laravel app key
12
CALL php artisan key:generate
13
14
+@REM link storage folder
15
+CALL php artisan storage:link
16
+
17
@REM install NPM packges
18
CALL npm i -s
19
scripts/direct/install.sh
@@ -11,6 +11,9 @@ composer install
# laravel app key
php artisan key:generate
+# link storage folder
+php artisan storage:link
# install NPM packges
npm i -s
0 commit comments