stidges/eloquent-factory

This package is abandoned and no longer maintained. No replacement package was suggested.

Laravel 5 model factories extracted into separate package

v1.1.0 2018-06-27 12:29 UTC

This package is auto-updated.

Last update: 2023-04-29 00:57:29 UTC


README

This package contains an extracted version of the Laravel 5 model factories, made compatible with Laravel 4 installations.

Installation

You can install this package through Composer:

composer require stidges/eloquent-factory

Usage

You can refer to the original Laravel documentation on how to use the model factories.