Download the PHP package foothing/laravel-fixture without Composer
On this page you can find all versions of the php package foothing/laravel-fixture. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download foothing/laravel-fixture
More information about foothing/laravel-fixture
Files in foothing/laravel-fixture
Download foothing/laravel-fixture
More information about foothing/laravel-fixture
Files in foothing/laravel-fixture
Vendor foothing
Package laravel-fixture
Short Description Lightweight fixtures for Laravel 4
License
Package laravel-fixture
Short Description Lightweight fixtures for Laravel 4
License
Please rate this library. Is it a good library?
Informations about the package laravel-fixture
Laravel Fixture
Basic light-weight fixtures management for Laravel 4.
How to use
Setup the tearDown() in your test cases
Usage of Fixture::need()
You'll want to use the need method when your test requires a given instance.
Usage of Fixture::needNot()
You'll use this when your test requires that your database is clean before running.
This may save you some time since you can have a fine data setup instead of running migrations that slower down test execution time.
Note that Fixture is not a Facade, so you don't need to configure any service provider.
All versions of laravel-fixture with dependencies
PHP Build Version
Package Version
The package foothing/laravel-fixture contains the following files
Loading the files please wait ....