simklee / laravel-toolbox
Toolbox for Laravel development.
dev-main
2026-04-01 08:45 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-04-03 07:41:11 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