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 +14
-4
lines changed Expand file tree Collapse file tree 1 file changed +14
-4
lines changed Original file line number Diff line number Diff line change @@ -28,22 +28,32 @@ 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.3
31
+ ### 5.5
32
32
To start your project with Lucid right away, run the following command:
33
33
34
34
```
35
35
composer create-project lucid-arch/laravel my-project
36
36
```
37
37
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
+ ```
39
51
40
52
##### 5.2
41
53
```
42
54
composer create-project lucid-arch/laravel=5.2.x my-project-5.2
43
55
```
44
56
45
- > Literally 5.2.x and not 5.2.0 or 5.2.1...
46
-
47
57
##### 5.1
48
58
```
49
59
composer create-project lucid-arch/laravel=5.1.x my-project-5.1
You can’t perform that action at this time.
0 commit comments