eiromz / laravel9-ddd

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Domain Driven Design with Laravel 9

Modern web frameworks teach you to take one group of related concepts and split it across multiple places throughout your codebase. Laravel is a robust framework with a big community behind it. Usually it's standard structure is enough for most starting projects.

Building scalable applications, instead, requires a different approach. Have you ever heard from a client to work on controllers or review the models folder? Probably never - they ask you to work on invoicing, clients management or users. These concept groups are called domains.

Let's make a practical exercise applying Domain Driven Design. Our goal is to create a boilerplate to be used universally as base of any Laravel project. Take advantage of the framework power at the same time we meet complex business requirements.

Documentation

Instructions and full documentation are always available on HiBit.
Additional information about this repository can be found here:

Credits

Security

If you discover any security related issues, please email security@hibit.dev instead of using the issue tracker.

About HiBit

HiBit is a platform made by and for enthusiasts of the IT world. On our website you can read and comment on technical articles, tutorials, news ... and everything that may interest you in the computing world.

License

The MIT License (MIT). Please see License File for more information.

About

License:MIT License


Languages

Language:PHP 89.5%Language:Blade 9.5%Language:Shell 0.8%Language:JavaScript 0.2%