Libraries tagged by migration table
elaborate-code/laravel-algerian-education-system
45 Downloads
Tables migrations seeded with the structure of the algerian education system for Laravel apps
cytracom/squasher
307 Downloads
Aggregate your incremental Laravel migration files into single migration for each table. This eliminates all alter columns and makes testing via sqlite a possibility.
ramadan/custom-fresh
132 Downloads
A Laravel package to specify the tables that you do not want to drop while refreshing the database.
markadell/laravel-postgresql-inherit
545 Downloads
Add inheritance in postgresql tables
lss/schema
760 Downloads
Simple PHP / MySQL schema sync / migration tool. Specify your schema in PHP and it will generate DDL and alter table statements to sync the database.
laramore/laramore
1158 Downloads
Describe your table fields in the model and let Laravel the rest
laramore/proxies
1126 Downloads
Define a proxy management in Laramore
imagine10255/schema-build
25 Downloads
The database of the table schema, the output function into the file
iramgutierrez/laravel-resource-api
111 Downloads
Create a resource API for Laravel 5.2: entity, repository, manager, validator, controller, migration, table , route and documentation
abhijitghogre/laravel-db-clear-command
11982 Downloads
Laravel artisan command to drop all database tables and rerun the migrations.
pkeidel/dbtolaravel
473 Downloads
Reads a database and creates the migrations, models, controllers and blades for the tables
xslainadmin/livewire-crud
45 Downloads
Scaffold Livewire Components, migrations, factory and crud in one command based on database tables.
sagor110090/livewire-crud
323 Downloads
Scaffold Livewire Components, migrations, factory and crud in one command based on database tables
helloarman/dumptable
131 Downloads
This Laravel package updates migration files during development without data loss, allowing seamless modification of table columns while preserving existing records. Ideal for maintaining data integrity during iterative development.
jhavenz/laravel-migration-table-parser
8 Downloads
extract the table name from a Laravel migration using the nikic/php-parser