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
Now, if i load example.com/posts - everything works fine.
If i load example.com/posts/ - Laravel will throw an exception/404 error while trying to load missingMethod().
Is this correct behavior?
The text was updated successfully, but these errors were encountered:
I'm not sure if this is by design or just a bug, but let's say i have following setup:
Now, if i load
example.com/posts
- everything works fine.If i load
example.com/posts/
- Laravel will throw an exception/404 error while trying to loadmissingMethod()
.Is this correct behavior?
The text was updated successfully, but these errors were encountered: