Libraries tagged by laravel migrate
laravel-orm/laravel-orm
15 Downloads
Describe your table fields in the model and let Laravel manage your migration for you
laramore/migrations
236 Downloads
Describe your table fields in the model and let Laravel manage your migration for you
kruteev/clickhouse-migrations
1 Downloads
Clickhouse migrations for laravel/lumen
kidkang/laravel-upload
66 Downloads
laravel update controllerr migration mode
khairy/migration-model-sync
0 Downloads
Automatically sync Laravel models from migration files, including fillable, casts, and relationships.
kabir-ibi/laravel-reverse-generate-migrations
2 Downloads
Custom Laravel package to reverse generate all migrations with collation and charset
jackardios/elastic-migrations
130 Downloads
Elasticsearch migrations for Laravel
in7rude/laravel-fuelphp-hashing
38 Downloads
Laravel hashing for migration from FuelPHP hashed password.
ignitekit/wp-migrations
281 Downloads
Laravel inspired database migrations for WordPress
iannazzi/laravel-database-importer
1 Downloads
From an existing database for laravel 5 Create Migrations Models, Seeds, Factories, and Tests
haridarshan/opensearch-migrations
37 Downloads
OpenSearch migrations for Laravel
grishalive/clickhouse-migrations
32 Downloads
Clickhouse migrations for laravel/lumen
fatindeed/laravel-db-dump-migration
3 Downloads
Laravel DB Dump Migration
dwielocha/eloquent-migrations
18 Downloads
Eloquent migrations without Laravel
bakkahit/sql-migration
38 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.