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

https://github.com/gmoqa/lazy-fixtures

A easy way (even more) to add fixtures to your project
https://github.com/gmoqa/lazy-fixtures

Last synced: about 2 months ago
JSON representation

A easy way (even more) to add fixtures to your project

Awesome Lists containing this project

README

          

# LazyFixtures

**LazyFixtures** it's for lazy developers, who do not mind messing up their model layer a bit,
if they will have absolute amazing fixtures in minutes.

Install the package with:

```console
composer require gmoqa/lazy-fixtures --dev
```

## Basic Usage

This will be easy, promise of lazy

```php