Laravel developers tips

Helpful solutions for Laravel framework developers

logic

Best ways to validate data in Laravel

October 23, 2018 by Marcin Nabiałek / 1 Comment

Data validation is one of the most important part of applications. Usually we don’t want to allow users to send garbage data, so we want to make sure that everything we save (usually in database) is as expected. We trim strings, we make sure url is really url and not user name, we make sure … [Read more…]

Posted in: Laravel, PHP, Request, Validation Tagged: arrays, form request, logic

Marcin Nabiałek

Marcin Nabiałek - Certified Laravel Developer
Marcin Nabiałek - Zend Certified PHP Engineer

Categories

  • Composer
  • Eloquent
  • Laravel
  • Laravel Blade
  • Laravel Dusk
  • Laravel packages
  • Mockery
  • PHP
  • PhpUnit
  • Request
  • Testing
  • Validation

Copyright © 2025 Marcin Nabiałek