Download the PHP package thejano/laravel-domain-driven-design without Composer
On this page you can find all versions of the php package thejano/laravel-domain-driven-design. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download thejano/laravel-domain-driven-design
More information about thejano/laravel-domain-driven-design
Files in thejano/laravel-domain-driven-design
Package laravel-domain-driven-design
Short Description Helps to use domain driven design within laravel
License MIT
Homepage https://github.com/thejano/laravel-domain-driven-design
Informations about the package laravel-domain-driven-design
Laravel Domain Driven Design
Domain-Driven Design (DDD) is a software development approach that emphasizes understanding and modeling the business domain. The goal is to create software that aligns with the needs of the business and is easier to maintain. DDD uses concepts such as bounded contexts, entity modeling, and ubiquitous language to create robust and maintainable software architecture.
This package helps you to create domains within your Laravel application. It provides a set of artisan command to generate Models, Controllers, Actions, Services and more.
You create an Album domain just by running
It would create a domain inside app
folder under Domain/Album
folder.
Also, it would generate the following scaffold:
Installation and Usage
Please, check the documentation below to install and use the package
Changelog
Please see CHANGELOG for more information what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security
If you discover any security related issues, please email [email protected] instead of using the issue tracker.
Credits
- Dr Pshtiwan
- All Contributors
License
The MIT License (MIT). Please see License File for more information.