Skip to content

Commit 297c2ff

Browse files
authored
Update README.md
1 parent 6c934c3 commit 297c2ff

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

README.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -63,18 +63,18 @@ composer create-project nilanth/laravel-react-boilerplate
6363
## Option 2
6464

6565

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
7878

7979
### Coming Up
8080

0 commit comments

Comments
 (0)