Articles about

Laravel

Validate uniqueness in an Array with Laravels Validator

April 11th, 2023 — Did you know Laravels Validator class is well equiped to deal with Arrays? Today I needed some form validation to make sure every item in an array...

Your nullable columns might not be nullable anymore in Laravel 11

April 3rd, 2024 — You might have already noticed it in the Laravel 11 upgrade guide, but one change in Laravel 11 is worth thinking about when upgrading. When...