mercredi 12 juillet 2017

Routing not working in Laravel 5.4

I started a new laravel 5.4 project and the routing doesn't seem to work.

My routes:

Route::group(['prefix' => '/veilingen'], function(){
   Route::resource('/', 'VeilingController');
});

php artisan route:list :

enter image description here

Whenever i populate a URL:

<a href="" class="btn btn-success btn-product">

i got this error: enter image description here

What am i doing wrong? i was doing it like this all the time and it worked in previous versions.



from Newest questions tagged laravel-5 - Stack Overflow http://ift.tt/2tHJXwT
via IFTTT

Aucun commentaire:

Enregistrer un commentaire