@Patroen; Sorun Route'da hocam. Aşağıdaki kodda sistem hiçbir şey yapmıyor, closure'in için boş yani. o yüzden beyaz ekran veriyor.

Route::middleware(['demo.mode'])->post('/{any}', function () {
 
})->where('any', '.*');