Answers for "config clear without artisan"

PHP
0

config clear without artisan

Route::get('/clear-config', function() {
   $exitCode = Artisan::call('config:clear');
   // return what you want
});
Posted by: Guest on January-05-2021

Code answers related to "config clear without artisan"

Browse Popular Code Answers by Language