The League of Extraordinary Packages

Our Packages:

Presented by The League of Extraordinary Packages

Getting Started

Usage Guide

Upgrade Guide

Upgrading from 1.4.x to 1.5.x

Exceptions

We've added some exceptions for certain events:

Factory Definitions

Instead of having a public static $factory = array('foo' => 'bar') property on your model, you should call Zizaco\FactoryMuff\Facade\FactoryMuff::define('Fully\Qualifed\ModelName', array('foo' => 'bar')) to define your model's factory. Note that the property on the model is still supported for now, but is deprecated, and will be removed in 2.0.

Installing This Version

In your composer.json, add:

{
    "require-dev": {
        "league/factory-muffin": "1.5.*"
    }
}