Merhabalar arkadaşlar laravel 5 kurdum.
Kendi isteğime göre bir rota belirliyorum. Belirlediğim rota
Route::get('deneme',function(){
return "deneme";
});
bu olsun. Ancak aşağıdaki hatayı alıyorum
Sorry, the page you are looking for could not be found.
1/1 NotFoundHttpException in compiled.php line 7636:
Bir türlü belirlediğim rotalar çalışmadı ayrıca kendi içerisinde gelen login.blade.php değiştirdim
URL::to()
metodu kullandım fakat css ve javascript dosyalarımı görmedi.