Thanks to visit codestin.com
Credit goes to github.com

Skip to content

domyhero/laravel9-ddd

 
 

Repository files navigation

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 [email protected] 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

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 89.5%
  • Blade 9.5%
  • Other 1.0%