Skip to content

Commit 6a9dc2b

Browse files
committed
Update README.md
1 parent ae6de62 commit 6a9dc2b

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -50,13 +50,13 @@ composer create-project nilanth/laravel-react-boilerplate
5050
```
5151

5252
2. `cd laravel-react-boilerplate`
53-
- Run `yarn install`
54-
- Create a Database
55-
- Update the Database credential to .env file
56-
- Run `php artisan migrate` -> To create needed tables.
57-
- Run `php artisan db:seed` -> To seed some fake users.
58-
- Run `yarn run dev`
59-
- Update API HOST_URL in `resources/js/config/constant.js` file
53+
3. Run `yarn install`
54+
4. Create a Database
55+
5. Update the Database credential to .env file
56+
6. Run `php artisan migrate` -> To create needed tables.
57+
7. Run `php artisan db:seed` -> To seed some fake users.
58+
8. Run `yarn run dev`
59+
9. Update API HOST_URL in `resources/js/config/constant.js` file
6060

6161
### Coming Up
6262

0 commit comments

Comments
 (0)