Libraries tagged by seeders
dewan/dewan-multilang-slug
36 Downloads
It takes a string, a model, a filed, and a divider, and returns a unique string with a number or random string appended to it if the slug already exists in the database.
ahmed-arafat/all-in-one
35 Downloads
test
youssef-elghaly/database-manager
10 Downloads
A Laravel package for managing database migrations and seeders for modular applications
windwalker/rad-development-bundle
47 Downloads
Development Bundle includes Seeders and Sql sync tools.
webvelopers/laravel-crud-generator
91 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.
wayofdev/laravel-cycle-orm-factories
4597 Downloads
Cycle-ORM Entity Factories and Database Seeders for Laravel.
vahidalvandi/laravel-seedonce
3 Downloads
Laravel package to run seeders only once
tunaaoguzhann/php-dataforge
16 Downloads
PHP Database Migration & Seeder Tool for multiple database systems
tommus/sprout
8 Downloads
Grow your Laravel seeders.
sukohi/quick-dict
10 Downloads
A Laravel package for create migration and seeder from key-value data.
stobys/laravel-crafter
35 Downloads
Convinient way to generate all files for new model (model, controller, views, routes, migration, seeder, etc)
sobhan-dev/laravel-mig-seed-generator
7 Downloads
A Laravel package to generate migrations and seeders from an existing database.
segmatech/laravel-modb
0 Downloads
this package is used for creating models, seeders factories, ...
rubrasum/velocity-forms
10 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" --
restusatyaw/pattren-maker
29 Downloads
Automatic Service, Repository, DTO, and Seeder Generator for Laravel