Skip to content

atmorus/laravel-clear-all-cached-data

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

laravel-clear-all-cached-data

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.

About

Laravel 5 Package to Clear all cached data i.e. views, config, routes etc.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages