Libraries tagged by generate database
laracademy/model-generator
9951 Downloads
This package will generate a Laravel Model based on your database table itself, filling in the required fields automatically.
egyjs/dbml-to-laravel
929 Downloads
Generate Laravel Eloquent models and migration files directly from your DBML (Database Markup Language) files with ease.
digitaldream/laracrud
20682 Downloads
Do you have a well structured database and you want to make a Laravel Application on top of it. By using this tools you can generate Models which have necessary methods and property, Request class with rules, generate route from controllers method and its parameter and full features form with validation error message and more with a single line of command
tmukherjee13/yii2-reverse-migration
20007 Downloads
Generate working migration classes from existing Database
mileschou/schemarkdown
992 Downloads
The schema generate helper
grazulex/laravel-modelschema
172 Downloads
Generate and manage Laravel model schemas with automatic validation, documentation, and migration helpers for better data structure management.
axyr/silverstripe-ideannotator
18260 Downloads
Generate PHP DocBlock annotations for DataObject and DataExtension databasefields and relation methods
cheesegrits/iseed
1877 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
1177 Downloads
A Laravel package to generate validation rules for database tables
thecodingmachine/tdbm-graphql
77464 Downloads
A class generator that will generate GraphQL types from your database schema (using thecodingmachine/graphqlite).
thinktomorrow/vine
34949 Downloads
Generate a tree from an adjacent database structure
mehadi/laravel-crud-generator
401 Downloads
A laravel package to generate CRUD by giving Model and database table column
cable8mm/xeed
2025 Downloads
The Xeed is to generate new model, seed, Nova resource, database seed, factory and migration files for Laravel & Nova based on data from the existing database table.
kepex/laravel-crud-generator
16166 Downloads
php artisan command to generate fully working crud with grid paginated server side only by having database tables
activecollab/databasestructure
15963 Downloads
Define database structure in PHP and let the library generate object classes and tables