Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/stidges/eloquent-factory

Laravel 5 model factories extracted to a separate package
https://github.com/stidges/eloquent-factory

eloquent factory laravel laravel4 php testing

Last synced: 3 months ago
JSON representation

Laravel 5 model factories extracted to a separate package

Awesome Lists containing this project

README

        

# 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:

```sh
composer require stidges/eloquent-factory
```

## Usage

You can refer to the [original Laravel documentation](https://laravel.com/docs/5.3/database-testing#using-factories) on how to use the model factories.