Skip to content
This repository has been archived by the owner on Apr 21, 2023. It is now read-only.

Latest commit

 

History

History
15 lines (9 loc) · 424 Bytes

README.md

File metadata and controls

15 lines (9 loc) · 424 Bytes

Eloquent Factory

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.