lazycoder
lazycoder
TLCTuto's Laravel Corner
Created by lazycoder on 1/13/2025 in #🚀laravel
Laravel Learning Management System
Hi, I'm following your tutorial vdeos to create a LMS in youtube https://youtube.com/playlist?list=PLgsruFcRiyk1W3vvSl3vvWJFU_iVHpJtv&si=uML2APc7uuhqEHON I'm having a problem when trying to setup a route with optional parameter, in this case 'course/{course}/episodes/{episode?}' if i'm trying to get 'course/1/episodes/1 it will return successfully but when i try to get 'course/1/episodes/' it will return 404 any idea how to fix this? thank you
5 replies