• Laravel: Going back() after form validation errors

    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 […]