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

Commit 4c182e1

Browse files
committed
update readme
1 parent c5c2b04 commit 4c182e1

File tree

1 file changed

+13
-11
lines changed

1 file changed

+13
-11
lines changed

readme.md

Lines changed: 13 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,16 @@
11
## Lucid
22

3-
Read about the [Lucid Architecture Concept](https://medium.com/vine-lab/the-lucid-architecture-concept-ad8e9ed0258f).
3+
The Lucid Architecture is a software architecture that consolidates code-base maintenance as the application scales,
4+
from becoming overwhelming to handle, gets us rid of rotting code that will later become legacy code, and translate
5+
the day-to-day language such as Feature and Service into actual, physical code.
6+
7+
Read more about the [Lucid Architecture Concept](https://medium.com/vine-lab/the-lucid-architecture-concept-ad8e9ed0258f).
8+
9+
If you prefer a video, watch the announcement of The Lucid Architecture at LaraconEU 2016:
10+
11+
##### The Lucid Architecture for Building Scalable Applications - Laracon EU 2016
12+
[![Abed Halawi - The Lucid Architecture for Building Scalable Applications](http://img.youtube.com/vi/wSnM4JkyxPw/0.jpg)](http://www.youtube.com/watch?v=wSnM4JkyxPw "Abed Halawi - The Lucid Architecture for Building Scalable Applications")
13+
414

515
### Join The Community on Slack
616
[![Slack Status](https://lucid-slack.herokuapp.com/badge.svg)](https://lucid-slack.herokuapp.com)
@@ -40,17 +50,8 @@ composer create-project lucid-arch/laravel=5.1.x my-project-5.1
4050
```
4151

4252
## Introduction
43-
The Lucid Architecture is a software architecture that helps contain applications' code bases as they grow
44-
to not become overwhelmingly unmaintainable, gets us rid of code rot that will later become legacy code, and translate
45-
the day-to-day language such as Feature and Service into actual, physical code.
4653

47-
##### The Lucid Architecture for Building Scalable Applications - Laracon EU 2016
48-
Check out my talk at LaraconEU 2016 where I introduce the concept and application of the Lucid architecture:
49-
[![Abed Halawi - The Lucid Architecture for Building Scalable Applications](http://img.youtube.com/vi/wSnM4JkyxPw/0.jpg)](http://www.youtube.com/watch?v=wSnM4JkyxPw "Abed Halawi - The Lucid Architecture for Building Scalable Applications")
50-
51-
### Components
52-
53-
#### Directory Structure
54+
### Directory Structure
5455
```
5556
src
5657
├── Data
@@ -69,6 +70,7 @@ src
6970
└── resources
7071
```
7172

73+
### Components
7274
| Component | Path | Description |
7375
|---------|--------| ----------- |
7476
| Service | src/Service/[service] | Place for the [Services](#service) |

0 commit comments

Comments
 (0)