File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -50,13 +50,13 @@ composer create-project nilanth/laravel-react-boilerplate
50
50
```
51
51
52
52
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
60
60
61
61
### Coming Up
62
62
You can’t perform that action at this time.
0 commit comments