CPNV-ES / Joutes-2018

MAW12
MIT License
0 stars 5 forks source link

All validation should be done in server side #28

Open Seni-J opened 5 years ago

Seni-J commented 5 years ago

Every validations are done with a javascript file. We have to modify this to validate with Laravel Validation.

Seni-J commented 5 years ago

Create a folder "Requests" in Http and create every needed classes for each form (where JS was used).