Libraries tagged by generate database
orangehill/iseed
6860221 Downloads
Generate a new Laravel database seed file based on data from the existing database table.
bennett-treptow/laravel-migration-generator
572463 Downloads
Generate migrations from existing database structures
laracraft-tech/laravel-schema-rules
18811 Downloads
Automatically generate Laravel validation rules based on your database table schema!
laracademy/generators
274716 Downloads
This package will generate a Laravel Model based on your database table itself, filling in the required fields automatically.
jawira/doctrine-diagram-bundle
33132 Downloads
📐 Symfony Bundle to generate database diagrams
webonaute/doctrine-fixtures-generator-bundle
178107 Downloads
Generate Fixture from your existing data in your database. You can specify the Entity name and the IDs you want to import in your fixture.
silverleague/ideannotator
50596 Downloads
Generate PHP DocBlock annotations for DataObject and DataExtension databasefields and relation methods
mouf/magic-query
211605 Downloads
A very clever library to help you with SQL: generate prepared statements with a variable number of parameters, automatically writes joins... and much more!
tmukherjee13/yii2-reverse-migration
18183 Downloads
Generate working migration classes from existing Database
hzhihua/yii2-dump
22883 Downloads
Generate the schema from an existing database
jamband/yii2-schemadump
40153 Downloads
Generate the schema from an existing database
fakerino/fakerino
14087 Downloads
Faker framework, for generate every kind of fake data for test, database seed, mock responses, other
cable8mm/xeed
639 Downloads
The Xeed is to generate new model, seed, database seed, factory and migration files for Laravel based on data from the existing database table.
laracademy/model-generator
9408 Downloads
This package will generate a Laravel Model based on your database table itself, filling in the required fields automatically.
kepex/laravel-crud-generator
15352 Downloads
php artisan command to generate fully working crud with grid paginated server side only by having database tables