Androsoft adlı üyeden alıntı: mesajı görüntüle
route ne durumda hocam
Default hiçbir şey değiştirmedim kurulduğu gibi

<?php

use IlluminateSupportFacadesRoute;

Route::get('/', function () {
return view('welcome');
});