Libraries tagged by table
rs/laravel-version-control
8163 Downloads
Foundations for making your app version controlled. Provides migration, blueprint and base models. Will make your app GxP compliant if you exclusively use the VC models and table structure as set out in this package.
robinncode/db_craft
5115 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.
riesenia/persist-related-data
44146 Downloads
CakePHP ORM plugin for persisting selected fields of related tables
paxha/laravel-recursive-relationships
56721 Downloads
This Laravel Eloquent extension provides recursive relationships using common table.
myneid/laravel-db-tui
1260 Downloads
Interactive TUI database browser for Laravel — browse tables, sort columns, inspect rows, and run raw SQL
mirzabusatlic/laravel-schedule-monitor
74442 Downloads
Monitor the output of scheduled tasks in a database table
migralign/laravel-migralign
624 Downloads
MigrAlign — align live MySQL tables with Laravel migration schema, safely.
marcocesarato/sqlparser
47528 Downloads
This class can parse SQL to get query type, tables, field values, etc.. It takes an string with a SQL statements and parses it to extract its different components. Currently the class can extract the SQL query method, the names of the tables involved in the query and the field values that are passed as parameters. This parser is pretty light respect phpsqlparser or others php sql parser.
l3aro/rating-star-for-filament
6594 Downloads
Rating star for filament table column and schemas.
kepex/laravel-crud-generator
16960 Downloads
php artisan command to generate fully working crud with grid paginated server side only by having database tables
keboola/php-csv-db-import
67280 Downloads
Handling of large bulk data into database tables.
josezenem/laravel-make-migration-pivot
87901 Downloads
Make Laravel pivot tables using the new Laravel 9 closure migrations.
jimbolino/laravel-model-builder
11622 Downloads
builds eloquent models based on the tables and relations found in your mysql database
innoge/laravel-enum-states
1342 Downloads
A state machine for Eloquent, built on native PHP enums. No state classes, no model trait, no extra tables.
hywan/database-to-plantuml
7697 Downloads
Extract database table information into a PlantUML description.