atikrepo/flusher

This package just clean all the configs cache views etc via artisan command

dev-master 2019-02-03 08:49 UTC

This package is auto-updated.

Last update: 2025-06-29 01:21:10 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