Libraries tagged by table schema
laracraft-tech/laravel-schema-rules
27354 Downloads
Automatically generate Laravel validation rules based on your database table schema!
stellarwp/schema
337945 Downloads
A library for simplifying the creation and updates of custom tables within WordPress.
deliciousbrains/wp-migrations
133166 Downloads
WordPress library for managing database table schema upgrades and data seeding
insolita/yii2-migration-generator
415318 Downloads
Set of gii tools for generating files for migration by schema of table , phpdoc or table data
frictionlessdata/tableschema
132091 Downloads
A utility library for working with Table Schema
eventsauce/message-repository-table-schema
874225 Downloads
Message Repository Table Schema
dragon-code/laravel-data-dumper
6008 Downloads
Adding data from certain tables when executing the `php artisan schema:dump` console command
aura/sqlschema
214270 Downloads
Provides facilities to read table names and table columns from a database using PDO.
laracraft-tech/laravel-dynamic-model
9463 Downloads
Dynamic Model for Laravel!
yadakhov/laradump
12083 Downloads
A mysqldump wrapper for laravel. Dump your table schemas and data into files.
robinncode/db_craft
849 Downloads
DB Craft is a CodeIgniter4 Seeder, Migration Generator. Automatic Migration Generation: DB-Craft provides a simple command-line interface to generate migration files automatically based on the connected database. This feature allows developers to keep track of database schema changes and easily apply them to different environments. Table-Specific Migrations: Developers can also generate migration files for specific tables, providing granular control over database changes. This flexibility allows for efficient database management and versioning. Seeding Support: DB-Craft includes functionality to generate seeders, enabling developers to populate their database with initial data. This feature is especially useful for setting up sample data or populating reference tables.
dev-lnk/laravel-code-builder
4343 Downloads
Generate classes and files from table schema
blackbird/installschemagenerator
17830 Downloads
This module enable you to retrieve InstallSchema.php from tables of your choice
bullhorn/fast-rest
7862 Downloads
FastREST generates REST-ready models and controllers dynamically from a MySQL database schema, including foreign keys, table and column comments, and indexes.
roy404/schema
57 Downloads
The Schema Builder class is a part of the database layer that allows you to define database tables and their columns using a fluent syntax. It provides a way to create and manipulate database tables without writing SQL queries directly.