Libraries tagged by generate database
laracademy/model-generator
9674 Downloads
This package will generate a Laravel Model based on your database table itself, filling in the required fields automatically.
kepex/laravel-crud-generator
15676 Downloads
php artisan command to generate fully working crud with grid paginated server side only by having database tables
axyr/silverstripe-ideannotator
18170 Downloads
Generate PHP DocBlock annotations for DataObject and DataExtension databasefields and relation methods
cheesegrits/iseed
1444 Downloads
This is a fork of the SchuBu/iseed of the original package Orangehill/Iseed. Generate a new Laravel database seed file based on data from the existing database table.
ahmetsabri/gaza-validation-generator
367 Downloads
A Laravel package to generate validation rules for database tables
thecodingmachine/tdbm-graphql
75866 Downloads
A class generator that will generate GraphQL types from your database schema (using thecodingmachine/graphqlite).
thinktomorrow/vine
31807 Downloads
Generate a tree from an adjacent database structure
giacomomasseron/laravel-models-generator
47 Downloads
Generate Laravel models from an existing database
evolvo/laravel-code-generators
16150 Downloads
Artisan commands to generate laravel project code from existing database tables.
egyjs/dbml-to-laravel
307 Downloads
Generate Laravel Eloquent models and migration files directly from your DBML (Database Markup Language) files with ease.
activecollab/databasestructure
14954 Downloads
Define database structure in PHP and let the library generate object classes and tables
jawira/mysql-draw
458 Downloads
📐 Minimalist standalone tool to generate MySQL database diagrams.
stolz/laravel-schema-spy
21703 Downloads
Laravel artisan command that uses JAVA schemaSpy tool to generate a graphical representation of a database schema
robinncode/db_craft
581 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.
smousss/laravel-migratize
680 Downloads
Generate missing migrations using GPT-4.