Skip to content

Commit 9f05ba4

Browse files
authored
Update README.md
Added storage:link command to TLDR
1 parent b603648 commit 9f05ba4

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,10 @@ For generating the files of unisharp file manager
7676

7777
php artisan vendor:publish --tag=lfm_public
7878

79+
For linking storage folder in public
80+
81+
php artisan storage:link
82+
7983
Start the local development server
8084

8185
php artisan serve
@@ -92,6 +96,7 @@ You can now access the server at http://localhost:8000
9296
composer install
9397
npm install
9498
npm run development
99+
php artisan storage:link
95100
php artisan key:generate
96101
php artisan jwt:secret
97102
php artisan vendor:publish --tag=lfm_public

0 commit comments

Comments
 (0)