Libraries tagged by generate database
smousss/laravel-factorize
750 Downloads
Effortlessly generate Laravel factories for all your models using GPT-4!
sencerhan/laravel-db-tools
77 Downloads
Generate Laravel migration and seeder files from existing database tables. Easily create migrations and seeders with a single command.
samyoteroglez/larawesomecrud
282 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]).
litermi/cache-query-builder
2979 Downloads
it is a package provider cache from query generate and purge cache when used methods specifics
anthonyedmonds/laravel-mysqlite
2456 Downloads
Generate MySQL and Sqlite3 expressions on the fly based on the active database
cleaniquecoders/laravel-db-doc
1675 Downloads
Generate Database Schema Documentation
prioris/iseed
822 Downloads
This is a fork of the original package Orangehill/Iseed by Tihomir Opacic ([email protected]) and further forked by Szobonya Csaba([email protected]). Generate a new Laravel database seed file based on data from the existing database table.
airondev/laravel-seeder-generator
290 Downloads
A Laravel package to generate seeders for each database table.
barryvdh/laravel-migration-generator
26124 Downloads
Generate migrations based on existing database
akceli/laravel-code-generator
9315 Downloads
Generator Temperated Code form database tables. This Package provides data to templates that you create to generate code to scaffold projects rapidly so you can spend most of your time doing the fun stuff.
marcel-maqsood/database-connector
69 Downloads
The PersistentPDO object is used to connect with a database and to generate sql statements on the go.
mouf/database.querywriter
30602 Downloads
This package contains classes useful to generate SQL statements such as SELECT queries, etc...
developerawam/generate-migration
23 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
3474 Downloads
A library to generate application code based on database definition.