routes(function () { Route::middleware('web') ->group(base_path('routes/web.php')); }); Route::bind('setting', function ($value) { return Setting::hash($value)->first(); }); } }