We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 124c62d commit 4a47619Copy full SHA for 4a47619
README.md
@@ -43,11 +43,13 @@ You can choose either one for your development
43
44
### Usage
45
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`
+1. Install using composer
+
+```
+composer create-project nilanth/laravel-react-boilerplate
51
52
+2. `cd laravel-react-boilerplate`
53
- Run `yarn install`
54
- Create a Database
55
- Update the Database credential to .env file
0 commit comments