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 592eb10 commit 134c7c6Copy full SHA for 134c7c6
README.md
@@ -20,11 +20,8 @@
20
- Then open your terminal and go into the project
21
- Run command `npm install`
22
- 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
+- Run command `php -r "file_exists('.env') || copy('.env.example', '.env');"`
+- Run command `composer install -q --no-ansi --no-interaction --no-scripts --no-progress --prefer-dist`
28
- Run command `php artisan key:generate`
29
30
## How to run
0 commit comments