afrazahmad / clear-cached-data
Clear all cached data i.e. views, config, routes etc
Installs: 2 471
Dependents: 3
Suggesters: 0
Security: 0
Stars: 13
Watchers: 1
Forks: 1
Open Issues: 1
Requires
- php: ^7.0
- illuminate/console: ~5.5.0|~5.6.0
This package is not auto-updated.
Last update: 2024-10-22 22:04:12 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.