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
- Host: GitHub
- URL: https://github.com/gmoqa/lazy-fixtures
- Owner: gmoqa
- License: mit
- Created: 2018-09-25T18:04:43.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-10-05T14:20:13.000Z (over 7 years ago)
- Last Synced: 2025-01-14T10:24:37.326Z (over 1 year ago)
- Language: PHP
- Size: 18.6 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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