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

Commit 3194d51

Browse files
committed
update readme
1 parent 3cf1e5a commit 3194d51

File tree

1 file changed

+10
-12
lines changed

1 file changed

+10
-12
lines changed

readme.md

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

3030
## Installation
31-
### 5.7
31+
32+
### 5.8
3233
To start your project with Lucid right away, run the following command:
3334

3435
```
3536
composer create-project lucid-arch/laravel my-project
3637
```
3738

38-
This will give you a Laravel 5.7 installation with Lucid out-of-the-box. If you wish to download other versions of Laravel you may specify it as well:
39+
This will give you a Laravel 5.8 installation with Lucid out-of-the-box. If you wish to download other versions of Laravel you may specify it as well:
40+
41+
##### 5.7
42+
```
43+
composer create-project lucid-arch/laravel=5.7.x my-project-5.7
44+
```
45+
46+
> Literally 5.7.x and not 5.7.0 or 5.7.1...
3947
4048
##### 5.6
4149
```
@@ -59,16 +67,6 @@ composer create-project lucid-arch/laravel=5.4.x my-project-5.4
5967
composer create-project lucid-arch/laravel=5.3.x my-project-5.3
6068
```
6169

62-
##### 5.2
63-
```
64-
composer create-project lucid-arch/laravel=5.2.x my-project-5.2
65-
```
66-
67-
##### 5.1
68-
```
69-
composer create-project lucid-arch/laravel=5.1.x my-project-5.1
70-
```
71-
7270
## Introduction
7371

7472
### Directory Structure

0 commit comments

Comments
 (0)