Skip to content

Commit

Permalink
Update installation.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tabuna authored Sep 27, 2024
1 parent bc2227e commit e727456
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/en/docs/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Before you can use the Laravel Orchid, you need to install it. This guide should
Being a package for the framework, you must first install Laravel. This can be done using the Composer dependency management tool by running the `composer create-project` command in your terminal:

```php
composer create-project laravel/laravel orchid-project "11.*" --prefer-dist
composer create-project laravel/laravel orchid-project "11.*"
```

Or if you would prefer Laravel Installer:
Expand Down

0 comments on commit e727456

Please sign in to comment.