Libraries tagged by migration table
dynamic/silverstripe-file-migration-task
1437 Downloads
Sync files with the File table
despark/laravel-data-migration
514 Downloads
Helps you migrate data from foreign or local database table by table
desaiuditd/enhanced-wp-migrations
99 Downloads
WordPress library for managing database table schema upgrades and data seeding
bakkahit/sql-migration
35 Downloads
SqlMigration is a Laravel package that allows you to execute custom SQL migrations directly within your Laravel application. Instead of writing SQL queries manually or relying only on Laravel's built-in migrations, this package enables you to create and run .php migration files containing custom SQL commands like INSERT, DELETE, UPDATE, CREATE TABLE, and more.
yusufjonc07/yii2-miggen2
3 Downloads
Generate migration files by exsisting tables' schema
mirkhamidov/yii2-console-dbextend
38 Downloads
It makes to drop all your tables from console. Use it with migration and Development environment.
sunnysideup/recently-changed
9 Downloads
Work out all the data objects and associated table data that has recently changed
simo46/laravel-postgresql-inherit
6 Downloads
Add inheritance in postgresql tables
piyook/csvseeder
6 Downloads
Seed data into Laravel DB tables from .csv files
open-soft-app/back-end-generator
8 Downloads
Back-end generator: crud generator, Livewire components, scaffold migrations, factory, menu in one command based on database tables
laravel-orm/laravel-orm
14 Downloads
Describe your table fields in the model and let Laravel manage your migration for you
laramore/validations
361 Downloads
Add a validation management for Laramore
laramore/requests
220 Downloads
Create a request for each of your Laramore model
laramore/morph-fields
19 Downloads
Define morph fields used in Laramore
laramore/factories
223 Downloads
Add a factory management for Laramore