Skip to content

Commit

Permalink
Update installation.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tabuna authored Apr 13, 2021
1 parent e2b6f40 commit 3f1ac70
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions source/en/docs/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,16 +31,15 @@ In other words, install your new framework project.
- Set “chmod -R o+w” rights to the `storage` and `bootstrap/cache` directories
- Edit the `.env` file

> **Note.** If you just installed Laravel, you may need to generate a key with command `php artisan key:generate`
## Add dependency

Go to the created project directory and run the command:
```php
$ composer require orchid/platform
```

> **Note.** If you just installed Laravel, you may need to generate a key with command `php artisan key:generate`

> **Note.** You also need to create a new database, update the `.env` file with credentials, and add your application's URL to the variable `APP_URL`.

Expand Down

0 comments on commit 3f1ac70

Please sign in to comment.