Libraries tagged by generate database
orangehill/iseed
7896226 Downloads
Generate a new Laravel database seed file based on data from the existing database table.
bennett-treptow/laravel-migration-generator
710407 Downloads
Generate migrations from existing database structures
laracraft-tech/laravel-schema-rules
33117 Downloads
Automatically generate Laravel validation rules based on your database table schema!
laracademy/generators
309460 Downloads
This package will generate a Laravel Model based on your database table itself, filling in the required fields automatically.
jawira/doctrine-diagram-bundle
55929 Downloads
📐 Symfony Bundle to generate database diagrams
silverleague/ideannotator
58703 Downloads
Generate PHP DocBlock annotations for DataObject and DataExtension databasefields and relation methods
mouf/magic-query
230553 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
19999 Downloads
Generate working migration classes from existing Database
hzhihua/yii2-dump
25722 Downloads
Generate the schema from an existing database
jamband/yii2-schemadump
40849 Downloads
Generate the schema from an existing database
robinncode/db_craft
1915 Downloads
DB Craft is a CodeIgniter4 Seeder, Migration Generator. Automatic Migration Generation: DB-Craft provides a simple command-line interface to generate migration files automatically based on the connected database. This feature allows developers to keep track of database schema changes and easily apply them to different environments. Table-Specific Migrations: Developers can also generate migration files for specific tables, providing granular control over database changes. This flexibility allows for efficient database management and versioning. Seeding Support: DB-Craft includes functionality to generate seeders, enabling developers to populate their database with initial data. This feature is especially useful for setting up sample data or populating reference tables.
webonaute/doctrine-fixtures-generator-bundle
182327 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.
fakerino/fakerino
14562 Downloads
Faker framework, for generate every kind of fake data for test, database seed, mock responses, other
giacomomasseron/laravel-models-generator
746 Downloads
Generate Laravel models from an existing database
evolvo/laravel-code-generators
18472 Downloads
Artisan commands to generate laravel project code from existing database tables.