Laravel: Custom error messages in form requests
Note to self: this is why you should, and how you can customise form validation error messages in Laravel - even when using form requests
Creativity, curiosity, and code
Note to self: this is why you should, and how you can customise form validation error messages in Laravel - even when using form requests
I’m SURE I must have done this before. Like…so many times. But this felt new today and is definitely worth remembering. When you’re using forms in Laravel, you sometimes want a “cancel” or “back” button or link that takes you to where you were before. And Laravel provides a handy url() helper that gets a […]
A genuine validation error that makes me sad...