Skip to content

Instantly share code, notes, and snippets.

Created April 6, 2014 20:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/10011338 to your computer and use it in GitHub Desktop.
Save anonymous/10011338 to your computer and use it in GitHub Desktop.
index.php
$user = User::create(['nome' => 'ader', 'telefone' => '1920', 'email' => 'rod']);
var_dump($user->is_valid()); // true
print_r($user->errors->full_messages()); // prints an empty array
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment