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

Commit 452f112

Browse files
committed
update documentation for Laravel v5.6
1 parent 9dfae2a commit 452f112

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

readme.md

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

3030
## Installation
31-
### 5.5
31+
### 5.6
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.5 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.6 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.5
41+
```
42+
composer create-project lucid-arch/laravel=5.5.x my-project-5.5
43+
```
44+
45+
> Literally 5.5.x and not 5.5.0 or 5.5.1...
3946
4047
##### 5.4
4148
```
4249
composer create-project lucid-arch/laravel=5.4.x my-project-5.4
4350
```
4451

45-
> Literally 5.4.x and not 5.4.0 or 5.4.1...
46-
4752
##### 5.3
4853
```
4954
composer create-project lucid-arch/laravel=5.3.x my-project-5.3

0 commit comments

Comments
 (0)