simklee / laravel-toolbox
Toolbox for Laravel development.
dev-main
2026-07-12 14:09 UTC
Requires
- php: ^8.2|^8.3|^8.4
- illuminate/support: ^12.0|^13.0
- laravel/prompts: *
Requires (Dev)
This package is auto-updated.
Last update: 2026-07-12 12:09:52 UTC
README
Tests
- Run
composer testto run all tests through Phpunit - Run
composer test-coverage-htmlto run all tests through Phpunit with HTML coverage report - Run
composer test-coverage-textto run all tests through Phpunit with text coverage report