A few more validation rules like "required", but if fields are related to each other.
01/Jan/19 · by Povilas KoropLaravel Validation mechanism has a lot of various rules. Let’s pick the ones that can be applied to graphical files.
31/Dec/18 · by Povilas KoropThis tutorial help to upload files using Laravel 5.7.We will create html form view that upload file into server and save path information into MySQL table.
07/Dec/18 · by ParvezLaravel provides a great default set of validation rules, but sometimes you will need some more advanced rules to validate some data. I will share some of the validation rules I have created in the past here.
10/Sep/18 · by Dennis SminkWhen adding a form to a public site, there's a risk that spam bots will try to submit it with fake values. Luckily, the majority of these bots are pretty dumb. You can thwart most of them by adding an invisible field to your form that should never contain a value when submitted. Such a field is called a honeypot. These spam bots will just fill all fields, including the honeypot.
by Spatie