Posts by W. B.P • 23 points
3 posts
- 
		1 votes2 answers65 viewsQ: Express JS RoutingI 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 LaravelI 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 LaravelHey 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…