Libraries tagged by generate database
developerawam/generate-migration
24 Downloads
This package automatically generates migration files for your Laravel application. With this feature, you can quickly create database structures without writing SQL code manually. Simply specify the model you want to create, and this package will handle the rest, streamlining development and minimizing human errors.
cedric-lekene/laravel-migration-ai
11 Downloads
A Laravel package that uses AI to generate database migrations from plain-language descriptions, simplifying the migration creation process
kristijorgji/db-to-php
3477 Downloads
A library to generate application code based on database definition.
zakariajawas/permissions-generator
40 Downloads
Generate default permissions for spatie permissions package according to your models
smousss/laravel-migratize
681 Downloads
Generate missing migrations using GPT-4.
smousss/laravel-factorize
751 Downloads
Effortlessly generate Laravel factories for all your models using GPT-4!
lss/schema
760 Downloads
Simple PHP / MySQL schema sync / migration tool. Specify your schema in PHP and it will generate DDL and alter table statements to sync the database.
gabrielrcosta1/laravel-schema
4 Downloads
Laravel package to generate migrations from a schema.db definition file.
sinkcup/laravel-ui-socialite
384 Downloads
Automatically generate database, pages, and routes for Laravel Socialite
sinkcup/laravel-make-auth-socialite
1345 Downloads
Automatically generate database, pages, and routes for Laravel Socialite
zyimm/sync-data-struct
101 Downloads
比较两个数据库之间的数据结构差异,并生成更新DDL|Compare the data structure differences between the two databases and generate update DDL
peng49/db2markdown
21 Downloads
php auto generate markdown for database
leuzeus/iseed
413 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.
cswni/iseed
51 Downloads
Generate a new Laravel database seed file based on data from the existing database table.
airondev/laravel-seeder-generator
514 Downloads
A Laravel package to generate seeders for each database table.