mantax559 / laravel-tasks
Laravel Tasks
1.0.1
2026-07-15 18:42 UTC
Requires
- php: ^8.5
- laravel/framework: ^13.0
- mantax559/laravel-helpers: ^1.0
- mantax559/laravel-observability: ^1.0
Requires (Dev)
- laravel/pint: ^1.0
- mantax559/laravel-blade-attribute-sorter: ^1.0
- orchestra/testbench: ^11.0
Suggests
- ext-xdebug: Required for code coverage analysis
This package is auto-updated.
Last update: 2026-07-15 18:42:58 UTC
README
Laravel Tasks
Requirements
- Xdebug - required for code coverage analysis
Installation & Setup
You can install the package via composer:
composer require mantax559/laravel-tasks
Run the package installer:
php artisan laravel-tasks:install
Usage
See USAGE.md for more information about the package and examples.
Testing
Run the test suite:
composer test
Coverage summary in the terminal:
composer test-coverage
For a browsable HTML report, generate files under coverage/ and open coverage/index.html in your browser:
composer test-coverage-html
Credits
License
This project is proprietary and confidential software. You are not permitted to copy, modify, distribute, sublicense, publish, sell, share, or use any part of this project without explicit written permission from the owner. Unauthorized access, usage, reproduction, or redistribution of this software, in whole or in part, is strictly prohibited.