Greetings, I'm working on laravel 5.3 and none of my routes work, the only one that works is the root path '/' , I do not understand why.
web.php
<?php
Route::get('/',function(){
return view("certificado.index");
});
/*Route:...
asked by
23.09.2017 / 19:41