Config Clear Without Artisan

[Solved] Config Clear Without Artisan | Php - Code Explorer | yomemimo.com
Question : config clear without artisan

Answered by : lokesh-ramchandani

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

Source : | Last Update : Tue, 12 Jan 21

Answers related to config clear without artisan

Code Explorer Popular Question For Php