mschwarzmueller / laravel-basics-youtube

Code for the Laravel YouTube series
MIT License
135 stars 105 forks source link

Laravel 5.4 routing change #5

Open marufmax opened 7 years ago

marufmax commented 7 years ago

Laravel changed their routing path app\Http\routes.php to \routes\web.php

So if any new comer facing problem of routing then please follow this path. You can check your routing path by route:list