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.
2 parents ecc302f + d75e9db commit 83c12b3Copy full SHA for 83c12b3
README.md
@@ -31,6 +31,7 @@
31
- `./vendor/bin/sail npm run dev`
32
- `./vendor/bin/sail artisan vendor:publish --tag=admin-core`
33
- `./vendor/bin/sail artisan migrate --seed --seeder=AdminCoreSeeder`
34
+- `./vendor/bin/sail artisan storage:link`
35
- Now open http://localhost/
36
37
### Without Docker Desktop
@@ -40,6 +41,7 @@
40
41
- Create a new MYSQL database and update database details in `.env` file
42
- `php artisan vendor:publish --tag=admin-core`
43
- `php artisan migrate --seed --seeder=AdminCoreSeeder`
44
+- `php artisan storage:link`
45
- `npm install`
46
- `npm run dev`
47
- `php artisan serve`
0 commit comments