Libraries tagged by model factory
will2therich/laravel-model-migrations
45 Downloads
Declare database migrations and factory definitions inside Laravel models.
juststeveking/laravel-key-factory
916 Downloads
A simple package to generate Eloquent Model Keys
ac/model-traits
535 Downloads
Traits to reduce boilerplate when creating models.
romm/site-factory
31 Downloads
Replicate and modify an existing website model very easily with a flexible and lean design. Read the code examples to understand and master all the TypoScript configuration, or extend the existing duplication processes. Based on freesite (created by Kasper Skårhøj) this project was originaly conceived by Cyril Wolfangel and is developped and maintained by Romain Canon. Join the project on https://github.com/romaincanon/TYPO3-Site-Factory
zachleigh/yarak
3783 Downloads
Laravel inspired devtools for Phalcon. Database migrations, model factories and database seeders.
skovachev/fakefactory
1120 Downloads
A model factory package for Laravel 4 with expressive API for creating custom tailored dummy objects
legodion/lucid
281 Downloads
Declare database migrations and factory definitions inside Laravel models.
kjjd84/lucid
7 Downloads
Declare database schemas & factory definitions inside Laravel models.
ddinchev/factorii
132 Downloads
Yii 2.0 test db fixtures replacement library. Roughly based on Laravel's model factories.
pangodream/migbuilder
1253 Downloads
Laravel Model, Seeder, Factory & Migration MySQL reverse engineer tool
edgrosvenor/laravelizer
4 Downloads
Create Laravel models, migrations, and factories for an existing MySQL database
princenoman/laravel-rocket
2 Downloads
A Laravel package to generate multiple models, migrations, controllers, requests, factories, and seeders in one command.
nameless/laravel-api-generator
2 Downloads
A powerful Laravel API generator that automatically creates a complete API structure including models, controllers, services, DTOs, policies, resources, factories, migrations, Seeders and more with a single command.
bukankalengkaleng/laravel-entity
65 Downloads
Generate an entity along with their artefacts (Model, Controller, Migration, Form Request, Tests, Factory, Policy)
drewlabs/validation
293 Downloads
Provides validation implementation using view model or array. It provides a wrapper arround laravel fluent validator factory class, but is attempt to be framework agnostic