Libraries tagged by generate database
orangehill/iseed
8156579 Downloads
Generate a new Laravel database seed file based on data from the existing database table.
bennett-treptow/laravel-migration-generator
742696 Downloads
Generate migrations from existing database structures
laracraft-tech/laravel-schema-rules
40439 Downloads
Automatically generate Laravel validation rules based on your database table schema!
laracademy/generators
317472 Downloads
This package will generate a Laravel Model based on your database table itself, filling in the required fields automatically.
jawira/doctrine-diagram-bundle
61457 Downloads
📐 Symfony Bundle to generate database diagrams
silverleague/ideannotator
60796 Downloads
Generate PHP DocBlock annotations for DataObject and DataExtension databasefields and relation methods
mouf/magic-query
236208 Downloads
A very clever library to help you with SQL: generate prepared statements with a variable number of parameters, automatically writes joins... and much more!
digitaldream/laracrud
20839 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
20387 Downloads
Generate working migration classes from existing Database
hzhihua/yii2-dump
26498 Downloads
Generate the schema from an existing database
jamband/yii2-schemadump
40973 Downloads
Generate the schema from an existing database
webonaute/doctrine-fixtures-generator-bundle
182982 Downloads
Generate Fixture from your existing data in your database. You can specify the Entity name and the IDs you want to import in your fixture.
fakerino/fakerino
14597 Downloads
Faker framework, for generate every kind of fake data for test, database seed, mock responses, other
cheesegrits/iseed
2637 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.
giacomomasseron/laravel-models-generator
1465 Downloads
Generate Laravel models from an existing database