Konu
MVC yapısı ve tetiklenen controller hakkında
04-03-2024, 10:49:47
#3
Lothric
Route::get('/{any}', function () { return redirect('/home'); })->where('any', '.*');