Skip to content

Commit 4a47619

Browse files
committed
Update README.md
1 parent 124c62d commit 4a47619

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

README.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -43,11 +43,13 @@ You can choose either one for your development
4343

4444
### Usage
4545

46-
- Clone this Repo
47-
- `cd laravel-react-boilerplate`
48-
- Create a .env by copying .env.example and Update the required fields.
49-
- Run `composer install`
50-
- Run `php artisan key:gen`
46+
1. Install using composer
47+
48+
```
49+
composer create-project nilanth/laravel-react-boilerplate
50+
```
51+
52+
2. `cd laravel-react-boilerplate`
5153
- Run `yarn install`
5254
- Create a Database
5355
- Update the Database credential to .env file

0 commit comments

Comments
 (0)