Skip to content

Instantly share code, notes, and snippets.

@ivandoric
Created December 11, 2015 12:38
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 ivandoric/a152fa03e17e794c59e2 to your computer and use it in GitHub Desktop.
Save ivandoric/a152fa03e17e794c59e2 to your computer and use it in GitHub Desktop.
Laravel: Model Factory
// Starting model factory
$ php artisan tinker
>>> factory('App\ModelName', 10)->create();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment