2017 © Pedro Peláez
 

library artisan-factory

Allows you to run factory commands directly from artisan instaed of inside of tinker.

image

bretterer/artisan-factory

Allows you to run factory commands directly from artisan instaed of inside of tinker.

  • Wednesday, November 15, 2017
  • by bretterer
  • Repository
  • 0 Watchers
  • 0 Stars
  • 0 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

Artisan Factory Command

A small addition to add the use of php artisan factory:create to create an existing model and store it into your database., (*1)

This is in early development and all feedback and contributions are welcome!, (*2)

Install

composer require bretterer/artisan-factory, (*3)

Usage

php artisan factory:create App\\User, (*4)

Extended Usage, (*5)

php artisan factory:create App\\User --iterations=3 This will create 3 new users., (*6)

The Versions

15/11 2017

dev-master

9999999-dev

Allows you to run factory commands directly from artisan instaed of inside of tinker.

  Sources   Download

MIT

The Requires