Skip to content

Commit 134c7c6

Browse files
Edit: Updated the installation commands
1 parent 592eb10 commit 134c7c6

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

README.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,8 @@
2020
- Then open your terminal and go into the project
2121
- Run command `npm install`
2222
- Then go into the `www` folder
23-
- Run command `composer install`
24-
- Then open the `.env-example` file in the `www` folder
25-
- Copy everything inside of the `.env-example`
26-
- Then make a file called `.env` inside of the `www` folder
27-
- Paste everything from the `.env-example` into the `.env` file
23+
- Run command `php -r "file_exists('.env') || copy('.env.example', '.env');"`
24+
- Run command `composer install -q --no-ansi --no-interaction --no-scripts --no-progress --prefer-dist`
2825
- Run command `php artisan key:generate`
2926

3027
## How to run

0 commit comments

Comments
 (0)