Libraries tagged by generate database
risetechapps/code-generate
556 Downloads
Generate sequential codes for Laravel Eloquent models with support for prefixes, reset patterns, and multiple database drivers
mouf/database.querywriter
30957 Downloads
This package contains classes useful to generate SQL statements such as SELECT queries, etc...
developerawam/generate-migration
25 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.
activecollab/databasestructure
17384 Downloads
Define database structure in PHP and let the library generate object classes and tables
cedric-lekene/laravel-migration-ai
13 Downloads
A Laravel package that uses AI to generate database migrations from plain-language descriptions, simplifying the migration creation process
kristijorgji/db-to-php
3483 Downloads
A library to generate application code based on database definition.
zakariajawas/permissions-generator
61 Downloads
Generate default permissions for spatie permissions package according to your models
smousss/laravel-migratize
696 Downloads
Generate missing migrations using GPT-4.
smousss/laravel-factorize
767 Downloads
Effortlessly generate Laravel factories for all your models using GPT-4!
sencerhan/laravel-db-tools
540 Downloads
Generate Laravel migration and seeder files from existing database tables. Easily create migrations and seeders with a single command.
samyoteroglez/larawesomecrud
546 Downloads
CRUD generator for Laravel. Generates models, controller and views based on the database tables. This project is based on kEpEx/laravel-crud-generator from Alfredo Aguirre ([email protected]).
paolobellini/laravel-er
151 Downloads
Automatically generate ER diagrams and AI-ready schema documentation from your Laravel database and Eloquent models.
mileschou/schemarkdown
1826 Downloads
The schema generate helper
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
5 Downloads
Laravel package to generate migrations from a schema.db definition file.