atikrepo / flusher
This package just clean all the configs cache views etc via artisan command
Installs: 12
Dependents: 0
Suggesters: 0
Security: 0
Stars: 6
Watchers: 2
Forks: 1
Open Issues: 0
pkg:composer/atikrepo/flusher
This package is auto-updated.
Last update: 2025-09-29 02:07:40 UTC
README
Install
Require this package with composer using the following command:
composer require "atikrepo/flusher @dev"
After updating composer, add the service provider to the providers array in config/app.php
\atikrepo\flusher\LaravelFlushServiceProvider::class,
This will allow your application to load the Laravel Cache Cleaner Url.
Usage
Hit Your BaseUrl/flush It Will Clean cache/session/view cache/config files and run smothly .
License
The Laravel 5 AUTOMATIC FLUSH CLEANER is open-sourced software licensed under the MIT license