Remove Controller Cache Laravel

[Solved] Remove Controller Cache Laravel | Php - Code Explorer | yomemimo.com
Question : remove controller cache laravel

Answered by : atsu-emmanuel-terungwa

php artisan queue:restart

Source : https://stackoverflow.com/questions/47904156/is-there-some-sort-of-laravel-controller-cache | Last Update : Wed, 23 Sep 20

Question : clear cache using laravel controller

Answered by : amit-rajput

Route::get('/clear-cache', function() { $exitCode = Artisan::call('cache:clear'); // return what you want
});

Source : | Last Update : Sun, 17 Jan 21

Answers related to remove controller cache laravel

Code Explorer Popular Question For Php