xitox97 / artisan-clear
Package that extends Laravel's artisan command
v1.0
2020-07-29 13:22 UTC
Requires
- php: ^7.4
Requires (Dev)
- friendsofphp/php-cs-fixer: ^2.16
- orchestra/testbench: ^5.0
- phpunit/phpunit: ^9.0
This package is auto-updated.
Last update: 2024-10-29 06:00:05 UTC
README
Laravel Log Clear Artisan Command
This package extend laravel artisan command by adding new command to easily clear log files on demand.
Installation
You can install the package via composer:
composer require xitox97/artisan-clear --dev
Remove --dev if want to uses it in production
Usage
php artisan log:clear
Testing
composer test
Changelog
Please see CHANGELOG for more information on what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Credits
License
The MIT License (MIT). Please see License File for more information.