luchavez / starter-kit
A starter kit for building packages and implementing DDD on Laravel 8|9|10.
Installs: 2 579
Dependents: 10
Suggesters: 6
Security: 0
Stars: 0
Watchers: 1
Forks: 1
Open Issues: 0
Requires
- php: ^8.0
- ext-zlib: *
- composer/composer: ^2.5
- hammerstone/fast-paginate: ^1.0
- illuminate/support: ~8|~9|~10
- spatie/laravel-query-builder: ^5.2|^4.0
Requires (Dev)
- orchestra/testbench: ~6|~7|~8
- phpunit/phpunit: ~9.0
- roave/security-advisories: dev-latest
Suggests
README
The Starter Kit package is the counterpart of Boilerplate Generator package. This package is a required dependency since it will be used by the domains (DDD) and packages generated through "Boilerplate Generator".
Installation
The straightforward way to install this package goes like this:
composer require luchavez/starter-kit --with-all-dependencies
The preferred way is to install it is via another package called luchavez/boilerplate-generator.
composer require luchavez/boilerplate-generator --dev --with-all-dependencies php artisan bg:install php artisan bg:env:publish --all
Dependencies
Change log
Please see the changelog for more information on what has changed recently.
Testing
$ composer test
Contributing
Please see contributing.md for details and a todolist.
Security
If you discover any security related issues, please email jamescarloluchavez@gmail.com instead of using the issue tracker.
Credits
License
MIT. Please see the license file for more information.