Skip to content

Commit 83c12b3

Browse files
authored
Merge pull request #59 from balajidharma/2.x-Changes
Updated README
2 parents ecc302f + d75e9db commit 83c12b3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@
3131
- `./vendor/bin/sail npm run dev`
3232
- `./vendor/bin/sail artisan vendor:publish --tag=admin-core`
3333
- `./vendor/bin/sail artisan migrate --seed --seeder=AdminCoreSeeder`
34+
- `./vendor/bin/sail artisan storage:link`
3435
- Now open http://localhost/
3536

3637
### Without Docker Desktop
@@ -40,6 +41,7 @@
4041
- Create a new MYSQL database and update database details in `.env` file
4142
- `php artisan vendor:publish --tag=admin-core`
4243
- `php artisan migrate --seed --seeder=AdminCoreSeeder`
44+
- `php artisan storage:link`
4345
- `npm install`
4446
- `npm run dev`
4547
- `php artisan serve`

0 commit comments

Comments
 (0)