Skip to content
This repository was archived by the owner on Dec 11, 2020. It is now read-only.

Commit ca56386

Browse files
committed
update documentation for Laravel v5.5
1 parent 7937cec commit ca56386

File tree

1 file changed

+14
-4
lines changed

1 file changed

+14
-4
lines changed

readme.md

Lines changed: 14 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,22 +28,32 @@ If you prefer a video, watch the announcement of The Lucid Architecture at Larac
2828
- [Microservices](#microservices)
2929

3030
## Installation
31-
### 5.3
31+
### 5.5
3232
To start your project with Lucid right away, run the following command:
3333

3434
```
3535
composer create-project lucid-arch/laravel my-project
3636
```
3737

38-
This will give you a Laravel 5.3 installation with Lucid out-of-the-box. If you wish to download other versions of Laravel you may specify it as well:
38+
This will give you a Laravel 5.5 installation with Lucid out-of-the-box. If you wish to download other versions of Laravel you may specify it as well:
39+
40+
##### 5.4
41+
```
42+
composer create-project lucid-arch/laravel=5.4.x my-project-5.4
43+
```
44+
45+
> Literally 5.4.x and not 5.4.0 or 5.4.1...
46+
47+
##### 5.3
48+
```
49+
composer create-project lucid-arch/laravel=5.3.x my-project-5.3
50+
```
3951

4052
##### 5.2
4153
```
4254
composer create-project lucid-arch/laravel=5.2.x my-project-5.2
4355
```
4456

45-
> Literally 5.2.x and not 5.2.0 or 5.2.1...
46-
4757
##### 5.1
4858
```
4959
composer create-project lucid-arch/laravel=5.1.x my-project-5.1

0 commit comments

Comments
 (0)