Skip to content

Commit

Permalink
Updates to 08354a737e77855609585f72f9e5373f55539394
Browse files Browse the repository at this point in the history
  • Loading branch information
tabuna committed Mar 17, 2024
1 parent 6ad49aa commit 772511f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions installation.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
git: 8155f824bef698e679307e52751ec004abd78c47
git: 08354a737e77855609585f72f9e5373f55539394
---

# Установка
Expand Down Expand Up @@ -45,7 +45,7 @@ Laravel объединяет лучшие пакеты в экосистеме P
После установки PHP и Composer вы можете создать новый проект Laravel с помощью команды `create-project` от Composer:

```shell
composer create-project laravel/laravel example-app
composer create-project laravel/laravel:^10.0 example-app
```

Или вы можете создавать новые проекты Laravel, установив глобально [Laravel installer](https://github.com/laravel/installer) via Composer:
Expand Down

0 comments on commit 772511f

Please sign in to comment.