Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 508 Bytes

readme.md

File metadata and controls

15 lines (8 loc) · 508 Bytes

Laravel - Domain Driven Design

Implement Domain Driven Design in Laravel Project

This project aims to structuring Laravel for large projects.

As the project grows, the routes/web.php file is quite complicated so I implemented the annotation route. Anyway you can still use routes/web.php if it makes you more comfortable or if you don't see the value behind this.

Credits

  • Mustafa TOKER