A sample project to explain how to implements a service layer in laravel projects.
-
Updated
Oct 31, 2020 - PHP
Domain-driven design (DDD) is is a programming paradigm where code is separated into domains with distinct business logic. This helps isolating relating logic and stick to each domain’s objective.
A sample project to explain how to implements a service layer in laravel projects.
Automate logging your work in Jira Cloud
A forum platform that allows users to create threads, post replies, and engage in discussions. Implement features such as user authentication, moderation tools, and search functionality.
Proyecto remoto para demostrar todos mis conocimientos incluyendo Arquitectura Hexagonal con query de Relaciones Avanzadas | credenciales: correo: admin@admin.com password: admin
Source Code for 'Domain-Driven Laravel' by Jesse Griffin
The JobApplication project in Laravel, following the DDD (Domain-Driven Design) architecture, aims to manage the recruitment process, including creating, managing, and tracking job applications from candidates. The system is divided into key modules (domains) such as candidates, job listings, and the interview process, with each domain managed inde
Adapter to make User compatible with Doctrine
Articles CRUD Symfony
🧩 Enhances laravel to the DDD pattern oriented structure.
Adapter to make User compatible with Doctrine ODM MongoDB
Symfony bundle that glues UserBundle and DoctrineORMBridge
Last Wishes is a PHP application written following Domain-Driven Design approach. It's one of the sample applications where you can check the concepts explained in the "Domain-Driven Design in PHP" book.
Mars Rover Kata. PHP (Laravel Framework), DDD and CQRS.