Answers for "how how to run php artisan config:clear in browser"

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 "how how to run php artisan config:clear in browser"

Browse Popular Code Answers by Language