DEV Community

Discussion on: [Laravel tips] How to redirect users to a specific URL/route when the validation fails

Collapse
 
sunnyojo profile image
Sunny Ojo

what i learnt?
dont be afraid to check laravel vendor files that most of our own files extend.
i am not saying you should edit them, just see what methods that are there and override them if theres any need.

thanks man.