You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am having routing issue after updating laravel 5.5.5 to 5.5.6 or 5.5.7. I have noticed that the issue is only with one level segment URI like domain.com/login, domain.com/register, domain.com/service ..etc. Where I get 404 page not found error always. But if the route is like domain.com/service/1 for example then everything works fine.
The text was updated successfully, but these errors were encountered:
Description:
I am having routing issue after updating laravel 5.5.5 to 5.5.6 or 5.5.7. I have noticed that the issue is only with one level segment URI like domain.com/login, domain.com/register, domain.com/service ..etc. Where I get 404 page not found error always. But if the route is like domain.com/service/1 for example then everything works fine.
The text was updated successfully, but these errors were encountered: