atmorus/laravel-clear-all-cached-data

Laravel 5 Package to Clear all cached data i.e. views, config, routes etc. !!! Important !!! The basis of this package was taken code Afraz Ahmad - github.com/afrazahmmad/clear-all-cached-data. Changes were made to the properties of the link to the package: requires (JSON schema), to support Larave

dev-master 2018-10-25 10:59 UTC

This package is auto-updated.

Last update: 2024-09-25 23:45:58 UTC


README

Laravel 5 Package to clear all cached data in single command. e.g. cache, views, config and routes.

!!! Important !!!

The basis of this package was taken code Afraz Ahmad - github.com/afrazahmmad/clear-all-cached-data. Changes were made to the properties of the link to the package: requires (JSON schema), to support Laravel 5.7

Install through composer

To use this package, just run below command and all cached data will be cleared automatically.

composer require atmorus/laravel-clear-all-cached-data

Usage

To use this package, just run below command and all cached data will be cleared automatically.

php artisan clear:data

Requirements

This package requires PHP 7 and Laravel 5.5|5.6|5.7

License

The MIT License (MIT). Please see License File for more information.