File tree Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Original file line number Diff line number Diff line change @@ -43,6 +43,8 @@ You can choose either one for your development
43
43
44
44
### Usage
45
45
46
+ ## Option 1
47
+
46
48
1 . Install using composer
47
49
48
50
```
@@ -58,6 +60,22 @@ composer create-project nilanth/laravel-react-boilerplate
58
60
8 . Run ` yarn run dev `
59
61
9 . Update API HOST_URL in ` resources/js/config/constant.js ` file
60
62
63
+ ## Option 2
64
+
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
78
+
61
79
### Coming Up
62
80
63
81
- Tests
You can’t perform that action at this time.
0 commit comments