Libraries tagged by migration table
laramore/fields
962 Downloads
Define all default fields used in Laramore
iramgutierrez/lumen-resource-api
77 Downloads
Create a resource API for Lumen 5.3: entity, repository, manager, validator, controller, migration, table , route and documentation
noouh/auto-model
13 Downloads
A Laravel package to auto-generate models and migrations from table definitions.
fatihirday/suffix
15 Downloads
laravel migration suffixed tables
asif/syncmig
1 Downloads
auto table structure migration generator
oskar-zborowski/laravel-database-migrator
5 Downloads
The package enables easy migration of data from one database to another using Laravel database tools by configuring the mapping of appropriate columns in tables and setting migration conditions so that only the data of interest is transferred.
ahadu/crud
13 Downloads
This package/library speeds up the making of basic CRUD's with all the related files just by providing it with the table or the migration column names and their data types.
d3vr/db2migrations
108 Downloads
Artisan command to convert your current SQL database schema into Laravel 5.4.* Migration files (one for each table).
jlynnlee/hyperf-gen-fullstack
0 Downloads
Generate a model based on the data table or generate a database migration file based on the model
iqomp/migrate
99 Downloads
Database migration that sync migrate config to database table
rahulsprajapati/wp-cli-db-migrate
8 Downloads
A WP-CLI command to run common migration commands. like: rename db prefix, merge two mu site users table.. etc.
ldavidsp/livewire-crud
9 Downloads
Scaffold Livewire Components, migrations, factory and crud in one command based on database tables
hopkins/migrate-reload
161 Downloads
A simple console command to drop every table in the database, and then run migrations, as well as seeds. Helpful for rapid development when you do not want to deal with the down() methods of migrations
galax13a/crud
39 Downloads
Scaffold Livewire Components, migrations, factory and crud in one command based on database tables.
diorz38/livewire-gen
4 Downloads
Scaffold Livewire Components, migrations, factory and crud in one command based on database tables