pdjohn / laravel-allclear
This will run optimize, config, cache, route etc clear in one command
v1.0.0
2023-03-09 20:13 UTC
Requires
- php: ^7.3|^8.0
- illuminate/support: >=5.4
- laravel/framework: ^8.75
This package is auto-updated.
Last update: 2025-08-10 10:42:44 UTC
README
Laravel all clear command package to call all the cache and clear commands available in laravel in a single command.
Installation
Install the package by the following command,
composer require pdjohn/laravel-allclear
All Clear command
Run the following command to cache and clear all in a single command,
php artisan all:clear
License
The MIT License (MIT).