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".
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
Package | Packagist |
---|---|
illuminate/support |
~8 or ~9 or ~10 |
composer/composer |
^2.5 |
hammerstone/fast-paginate |
^1.0 |
spatie/laravel-query-builder |
^5.2 or ^4.0 |
Please see the changelog for more information on what has changed recently.
$ composer test
Please see contributing.md for details and a todolist.
If you discover any security related issues, please email [email protected] instead of using the issue tracker.
MIT. Please see the license file for more information.