This package saves you some time wondering why your code is not working
It monitors the cacheable files (config, routes, events), and runs optimize command on every change applied on the them
You can install the package via composer:
composer require omaresmael/cache-watcher --devIn your project, you should have the JavaScript package chokidar installed. You can install it via npm
npm install chokidar --save-devRun php artisan cache:watch
The MIT License (MIT). Please see License File for more information.