Posts by W. B.P • 23 points
3 posts
-
1
votes2
answers65
viewsQ: Express JS Routing
I am new to using Express JS and would like to make a direction according to the session created, IE, according to the user profile, the application has an initial route "audit" and will have 2 user…
-
0
votes1
answer343
viewsA: Error returning validation messages with Form Request in Laravel
I solved the problem by changing the version of Laravel, I was using 6.x. I changed the project to version 5.8 and the problem stopped occurring.
-
-1
votes1
answer343
viewsQ: Error returning validation messages with Form Request in Laravel
Hey there, guys! I’m trying to return custom validation messages with Laravel’s Form Request, I’ve already put the validations inside "public Function Rules()", and custom messages inside "public…