Skip to content

Instantly share code, notes, and snippets.

@DCzajkowski
Created May 22, 2018 20:38
Show Gist options
  • Select an option

  • Save DCzajkowski/856ce75cc96f8a94184f485811b62e1b to your computer and use it in GitHub Desktop.

Select an option

Save DCzajkowski/856ce75cc96f8a94184f485811b62e1b to your computer and use it in GitHub Desktop.
<?php
User::create([
'name' => 'John Doe',
'email' => 'john@example.com',
'password' => bcrypt('secret'),
]);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment