Libraries tagged by user migration
rubrasum/velocity-forms
10 Downloads
Basic form management package for front-facing forms on the Inertia/Vue stack for Laravel. Install to add the vue components for admin and the forms themselves, migrations models controllers factories seeders unittests and dusk tests for the forms and all subtables, and routes for user submission and admin pages. The goal for development is to be able to seemlessly add form management to your Laravel site's admin quickly while remaining an open-ended solution with predictable early stage design choices (i.e. hold on tight). Development is here -> "Can install on any project" ->- "Can seed and display an example on any project" -- "Can integrate Unit and Dusk tests on any project" --
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.
blackpearl/blackpearl
18 Downloads
BlackPearl is a simple and lightweight PHP MVC (Model-View-Controller) framework used for building full-stack web applications in PHP. It utilizes well-known PHP packages and libraries that you may already be familiar with, such as the Blade Templating Engine for the user interface and the Eloquent ORM (Object-Relational Mapping) system for database interaction. BlackPearl also implements a classic routing system and database migration system to enhance the developer experience.
doctrine/migrations
169378388 Downloads
PHP Doctrine Migrations project offer additional functionality on top of the database abstraction layer (DBAL) for versioning your database schema and easily deploying changes to it. It is a very easy to use and a powerful tool.
crestapps/laravel-code-generator
76752 Downloads
An intelligent code generator for Laravel framework that will save you time! This awesome tool will help you generate resources like views, controllers, routes, migrations, languages and/or form-requests! It is extremely flexible and customizable to cover many on the use cases. It is shipped with cross-browsers compatible template, along with a client-side validation to modernize your application.
apen/additional_reports
121628 Downloads
Useful information in the reports module : xclass, ajax, cliKeys, eID, general status of the system (encoding, DB, php vars...), hooks, compare local and TER extension (diff), used content type, used plugins, ExtDirect... It can really help you during migration or new existing project (to have a global reports of the system).
jaguarjack/migration-generator
29883 Downloads
generator migration files if you never use it
cwp/cwp-core
221330 Downloads
CWP basic compatibility module. Use for migrations.
rs/laravel-version-control
5858 Downloads
Foundations for making your app version controlled. Provides migration, blueprint and base models. Will make your app GxP compliant if you exclusively use the VC models and table structure as set out in this package.
maxim-oleinik/blade-migrations-laravel
2223 Downloads
An intelligent alternative version of Laravel Database Migrations - uses raw-sql syntax, transactions, auto-rollback, UP-DOWN-UP testing
a5sys/doctrine-migration-tools-bundle
9875 Downloads
Ease use of doctrine migrations
b3nl/sw-migrations
36574 Downloads
Uses the shopware interface to enable custom database migrations.
jlapp/smart-seeder
3075 Downloads
Smart Seeder adds the same methology to seeding that is currently used with migrations in order to let you seed in batches, seed to production databases or other environments, and to rerun seeds without wiping out your data.
exolnet/laravel-db-upgrade
985 Downloads
Artisan command to migrate an existing production database structure to use Laravel migrations
imt/doctrine-migrations-multi
752 Downloads
This repository provides a simple script that adds the ability to use Doctrine Migrations with more than one (multiple) connection (database).