Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 250 Bytes

README.md

File metadata and controls

6 lines (4 loc) · 250 Bytes

DDD-laravel-api

A simple Laravel API with DDD and Hexagonal Architecture

This is an example of how I created a simple Laravel 8 application with two endpoints: GET /bikes and GET /bikes/{id} And I changed it with DDD and Hexagonal Architecture.