This repository was archived by the owner on Dec 11, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +10
-12
lines changed Expand file tree Collapse file tree 1 file changed +10
-12
lines changed Original file line number Diff line number Diff line change @@ -28,14 +28,22 @@ If you prefer a video, watch the announcement of The Lucid Architecture at Larac
28
28
- [ Microservices] ( #microservices )
29
29
30
30
## Installation
31
- ### 5.7
31
+
32
+ ### 5.8
32
33
To start your project with Lucid right away, run the following command:
33
34
34
35
```
35
36
composer create-project lucid-arch/laravel my-project
36
37
```
37
38
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...
39
47
40
48
##### 5.6
41
49
```
@@ -59,16 +67,6 @@ composer create-project lucid-arch/laravel=5.4.x my-project-5.4
59
67
composer create-project lucid-arch/laravel=5.3.x my-project-5.3
60
68
```
61
69
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
-
72
70
## Introduction
73
71
74
72
### Directory Structure
You can’t perform that action at this time.
0 commit comments