afrazahmad/clear-cached-data

Clear all cached data i.e. views, config, routes etc

1.0.2 2018-03-01 13:06 UTC

This package is not auto-updated.

Last update: 2024-04-09 19:42:22 UTC


README

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

Install through composer

composer require afrazahmad/clear-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 or higher.

License

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