Libraries tagged by migration core
bfg/scaffold
679 Downloads
Scaffolding for recursively creating migration models and relationships between them
ayat/crud
6 Downloads
This specialized Laravel package streamlines the process of building comprehensive CRUD operations by providing functionalities such as effortless view file generation, controller setup, model creation, seamless validation file integration, automated migration file creation, and simplified route establishment.
webvelopers/laravel-crud-generator
92 Downloads
Laravel CRUD Generator is a library, it implements a new command to create: model, migration, factory, seeder, request, controller(resources) and test files with operations, with aditional option to generate a full API Controller.
uzinfo/laravel-api-generator
5 Downloads
Laravel API generator package for creating models, migrations, controllers, services, repositories, resources and requests with advanced field definitions
tkouleris/crud-panel
9 Downloads
Create Models, Migrations, Controllers with simple click
spacetab-io/rdb
75 Downloads
Dead-simple async PHP migrations controlled from code.
pkeidel/dbtolaravel
473 Downloads
Reads a database and creates the migrations, models, controllers and blades for the tables
ocraton/fillthem
20 Downloads
One command for create model, migration and seeder with fillable
obarlas/laravel-migrate-custom-command
16 Downloads
Creates database migration files from custom templates.
emmanuel_saleem/command_me
14 Downloads
Create a migration with columns, and use these columns to generate a seeder, factory, controller, resource, and route
helium/laravel-dynamodb
15 Downloads
Plugin for creating DynamoDB migrations for Laravel
volnix/monolog-pdo
34 Downloads
Simple PDO-based Monolog handler. This will create a Laravel migration upon installation if you're using Laravel (you probably are).
tutortonym/laravel-quick-forms
8 Downloads
Laravel Quick Forms allows you to quickly and easily Integrate a subscribe or a contact us form (or both) to your Laravel application with simple Blade components without having to create everything (models, migrations, controllers, validation, views, routes, etc...) from scratch with the option to protect them with Google reCAPTCHA v2.
milose/laravel-mmc
26 Downloads
Laravel Artisan console command to create Model / Migration / Controller files in singular form.
govelid/laravel-multi-auditable
17 Downloads
A Laravel package to create flexible auditable migrations and traits