Skip to content

Commit 1061314

Browse files
committed
add video to readme
1 parent df1476c commit 1061314

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,14 @@ This architecture is in an amalgamation of best practices, design patterns and p
3636
- **Domain Driven Design**: to organize the units of work by categorizing them according to the topic they belong to.
3737
- **Service Oriented Architecture**: to encapsulate and manage functionalities of the same purpose with their required resources (routes, controllers, views, datatbase migrations etc.)
3838

39+
If you prefer a video, watch the announcement at Laracon EU 2016:
40+
41+
<p align="center">
42+
<a href="http://www.youtube.com/watch?v=wSnM4JkyxPw">
43+
<img src="http://img.youtube.com/vi/wSnM4JkyxPw/0.jpg">
44+
</a>
45+
</p>
46+
3947
---
4048

4149
### Table of Contents

0 commit comments

Comments
 (0)