PHPackages                             jcloutz/forger - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Database &amp; ORM](/categories/database)
4. /
5. jcloutz/forger

AbandonedArchivedLibrary[Database &amp; ORM](/categories/database)

jcloutz/forger
==============

Intended to allow fast creation of populated model instances for database seeding.

1.0.2(12y ago)21751WTFPLPHPPHP &gt;=5.4.0

Since Mar 18Pushed 12y ago1 watchersCompare

[ Source](https://github.com/jcloutz/laravel-forger)[ Packagist](https://packagist.org/packages/jcloutz/forger)[ RSS](/packages/jcloutz-forger/feed)WikiDiscussions master Synced 3d ago

READMEChangelogDependencies (1)Versions (6)Used By (0)

Fast Model Mockups in Laravel
=============================

[](#fast-model-mockups-in-laravel)

[![Build Status](https://camo.githubusercontent.com/f42a259381597638a69fe31e205e63764294c715e98bd310d62e1dce95dfd292/68747470733a2f2f7472617669732d63692e6f72672f6a636c6f75747a2f6c61726176656c2d666f726765722e706e673f6272616e63683d6d6173746572)](https://travis-ci.org/jcloutz/laravel-forger)

This package is intended to allow for the fast creation of database objects in Laravel.

Installation
------------

[](#installation)

I the require key of your `compser.json` add the following.

```
"jcloutz/forger": "dev-master"

```

Run the compoer update command

```
$ composer update

```

Usage
-----

[](#usage)

Forger adds the ability to quickly retrieve a populated mockup of any model in your project. The [Faker Package](https://github.com/fzaninotto/Faker) to generate mockup data based on an array of values.

```
