Libraries tagged by model factory
fr3on/laravel-prism
230 Downloads
Static Eloquent model auditor - catches $fillable, $casts, $hidden, and factory drift before tests fail silently.
utkarshgayguwal/laravel-smart-scaffold
68 Downloads
Generate complete Laravel CRUD operations with a single command, including models, controllers with actual code having error handling, migrations, requests, factories, resources, and routes - ready for immediate API testing in Postman
ui-awesome/html-field
2 Downloads
Form field widget for PHP: renders form controls bound to a form model with label, hint, error, and validation state handling, plus an immutable semantic control factory for application-scoped config recipes.
open-soft-app/back-end-generator
9 Downloads
Back-end generator: crud generator, Livewire components, scaffold migrations, factory, menu in one command based on database tables
brandonkerr/eloquent-from-settings
10 Downloads
Easily generate eloquent models and relationships from JSON or array
emiliomg/propel-provider-behavior
87 Downloads
A Propel ORM behavior that adds non-static providers to fetch new query-objects, new models, peers and connections.
promatik/create-dummy-operation-for-backpack
13 Downloads
CreateDummyOperation adds a button to your CRUDs to create dummy entries based on your model factories
kfirba/factor
8 Downloads
Short and expressive way to use Laravel's model factories.
webvelopers/laravel-crud-generator
92 Downloads
Laravel CRUD Generator is a library, it implements a new command to create: model, migration, factory, seeder, request, controller(resources) and test files with operations, with aditional option to generate a full API Controller.
tiagosampaio/tmdb-api-php
7 Downloads
PHP wrapper for TMDB (TheMovieDatabase) API v3. Supports two types of approaches, one modelled with repositories, models and factories. And the other by simple array access to RAW data from The Movie Database.
segmatech/laravel-modb
0 Downloads
this package is used for creating models, seeders factories, ...
rubrasum/velocity-forms
11 Downloads
Basic form management package for front-facing forms on the Inertia/Vue stack for Laravel. Install to add the vue components for admin and the forms themselves, migrations models controllers factories seeders unittests and dusk tests for the forms and all subtables, and routes for user submission and admin pages. The goal for development is to be able to seemlessly add form management to your Laravel site's admin quickly while remaining an open-ended solution with predictable early stage design choices (i.e. hold on tight). Development is here -> "Can install on any project" ->- "Can seed and display an example on any project" -- "Can integrate Unit and Dusk tests on any project" --
mediaflux/php-tmdb-api
12 Downloads
PHP wrapper for TMDB (TheMovieDatabase) API v3. Supports two types of approaches, one modelled with repositories, models and factories. And the other by simple array access to RAW data from The Movie Database.
lartak/thetvdb-api
12 Downloads
PHP wrapper for The TVDB API v2. Supports two types of approaches, one modelled with repositories, models and factories. And the other by simple array access to RAW data from The TVDB.
iannazzi/laravel-database-importer
1 Downloads
From an existing database for laravel 5 Create Migrations Models, Seeds, Factories, and Tests