Skip to content

Commit

Permalink
added an install step
Browse files Browse the repository at this point in the history
  • Loading branch information
dcblogdev committed May 29, 2024
1 parent 4caa1df commit ecf2b3b
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,10 @@ Set database and emails settings inside `.env`

2. Run `composer install`
3. Run `npm install && npm run build`
4. run `php artisan storage:link`
4. Run `php artisan migrate --seed`
5. Run `php artisan serve`
4. run `php artisan key:generate `
5. run `php artisan storage:link`
6. Run `php artisan migrate --seed`
7. Run `php artisan serve`

Laravel AdminTW supports both light and dark mode based on the users OS.

Expand Down

0 comments on commit ecf2b3b

Please sign in to comment.