Libraries tagged by Laravel Migration
lanciweb/laravel-make-crud
1124 Downloads
A Laravel Package that allows creation of Model, Migration, Seeder, Views, Routes and resource controller for CRUD operations.
smartervision/laravel-generator
43114 Downloads
Smarter Vision Generator
rishi-ramawat/laravel-postgresql-inherit
26106 Downloads
Add inheritance in postgresql tables
programic/laravel-task
14896 Downloads
Task automation like migrations
encoredigitalgroup/laravel-operations
2448 Downloads
Run operations once after deployment - just like you do it with migrations!
vi-kon/laravel-db-exporter
35353 Downloads
Database table structure and data exporter to migration and seed files
elimuswift/db-exporter
4687 Downloads
Export your database quickly and easily as a Laravel Migration and all the data as a Seeder class.
caloskao/migrate-specific
12707 Downloads
Easily perform database migrations of specific migration files in the Laravel framework.
sayeed/custom-migrate
25750 Downloads
Custom migrate in laravel. You can individual file migrate here
laravel-plus/extension
1795 Downloads
Laravel Extension Pack
froiden/sql-generator
18196 Downloads
convert Laravel migrations to raw SQL scripts
smakecloud/skeema
17358 Downloads
Laravel Skeema Migrations
repat/laravel-migration-model
3424 Downloads
Eloquent Model for the migrations table
mojopollo/laravel-json-schema
541 Downloads
Create all your migrations and models from one JSON schema file. Laravel Database Schema in JSON allows you to define your entire Laravel database schema in one JSON file then generates all the necessary migration files
jjclane/laravel-sqlite-migrations
15712 Downloads
A trait to translate Laravel migrations into SQLite safe migrations.