File tree Expand file tree Collapse file tree 1 file changed +12
-12
lines changed Expand file tree Collapse file tree 1 file changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -63,18 +63,18 @@ composer create-project nilanth/laravel-react-boilerplate
63
63
## Option 2
64
64
65
65
66
- - Clone this Repo
67
- - ` cd laravel-react-boilerplate `
68
- - Create a .env by copying .env.example and Update the required fields.
69
- - Run ` composer install `
70
- - Run ` php artisan key:gen `
71
- - Run ` yarn install `
72
- - Create a Database
73
- - Update the Database credential to .env file
74
- - Run ` php artisan migrate ` -> To create needed tables.
75
- - Run ` php artisan db:seed ` -> To seed some fake users.
76
- - Run ` yarn run dev `
77
- - Update API HOST_URL in ` resources/js/config/constant.js ` file
66
+ 1 . Clone this Repo
67
+ 2 . ` cd laravel-react-boilerplate `
68
+ 3 . Create a .env by copying .env.example and Update the required fields.
69
+ 4 . Run ` composer install `
70
+ 5 . Run ` php artisan key:gen `
71
+ 6 . Run ` yarn install `
72
+ 7 . Create a Database
73
+ 8 . Update the Database credential to .env file
74
+ 9 . Run ` php artisan migrate ` -> To create needed tables.
75
+ 10 . Run ` php artisan db:seed ` -> To seed some fake users.
76
+ 11 . Run ` yarn run dev `
77
+ 12 . Update API HOST_URL in ` resources/js/config/constant.js ` file
78
78
79
79
### Coming Up
80
80
You can’t perform that action at this time.
0 commit comments