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 +9
-4
lines changed Expand file tree Collapse file tree 1 file changed +9
-4
lines changed Original file line number Diff line number Diff line change @@ -28,22 +28,27 @@ 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.5
31
+ ### 5.6
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.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...
39
46
40
47
##### 5.4
41
48
```
42
49
composer create-project lucid-arch/laravel=5.4.x my-project-5.4
43
50
```
44
51
45
- > Literally 5.4.x and not 5.4.0 or 5.4.1...
46
-
47
52
##### 5.3
48
53
```
49
54
composer create-project lucid-arch/laravel=5.3.x my-project-5.3
You can’t perform that action at this time.
0 commit comments