jjclane/laravel-sqlite-migrations
Trait for Laravel migrations that makes schema changes SQLite-safe. Automatically transforms unsupported column types and avoids “Cannot add a NOT NULL column with default value NULL” by adding columns safely, letting migrations run cleanly on SQLite.
|
Package
|
Score
|
Description
|
Stars
|
Likes
|
Forks
|
Downloads
|
Issues
|
Score
|
Opportunity
|
License
|
Last Release
|
|
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| adly-nady/php-my-migration | 0.82 | Laravel package to generate migrations (and optional Eloquent models) from an existing MySQL database. Detects column types, keys, indexes, foreign keys, timestamps/soft deletes; supports batch processing, custom paths, overwrite, and connections. | 4 | 4 | 0 | 0 | 0 | 0.3 | — | — | 1 year ago | |
| tpetry/laravel-postgresql-enhanced | 0.81 | Adds PostgreSQL-specific power to Laravel beyond the “lowest common denominator”: enhanced migrations (zero-downtime, extensions, functions, triggers, views/materialized views), advanced indexes (concurrent, partial, include, full-text, temporal), domains and table options. | 1,013 | 1,017 | 48 | 126K | 11 | 9.6 | 30.8 | MIT | — | |
| dosfarma/migrations-bundle | 0.80 | — | 0 | 0 | 1 | 0 | 0 | 0.0 | — | MIT | — | |
| effiana/migration-bundle | 0.80 | — | 0 | 0 | 0 | 0 | 0 | 2.7 | — | — | 5 years ago | |
| toramanlis/laravel-implicit-migrations | 0.80 | — | 42 | 40 | 2 | 7 | 0 | 14.5 | 1.0 | MIT | 4 months ago | |
| doesntmattr/mongodb-migrations | 0.80 | Laravel package for running MongoDB database migrations. Provides migration commands and structure similar to Laravel’s SQL migrations, helping you version and deploy MongoDB schema/index changes safely across environments. | 23 | 23 | 25 | 5K | 2 | 4.5 | 33.3 | MIT | 6 years ago | |
| devture/mongodb-migrations | 0.80 | Laravel-friendly MongoDB migration runner that manages schema/data changes with versioned migration classes and CLI commands. Helps apply, track, and rollback database updates across environments in a predictable way. | 1 | 1 | 1 | 12K | 0 | 0.0 | 52.2 | MIT | — | |
| doctrine/migrations | 0.79 | Doctrine Migrations adds versioned database migrations to Doctrine DBAL/ORM. Define migration classes, generate diffs, and run upgrades/downgrades across environments with transactional execution, CLI tools, and fine-grained control over schema and data changes. | 4,775 | 4,811 | 394 | 4M | 117 | 82.7 | 73.0 | MIT | 1 month ago | |
| laravel/database | 0.79 | Bring Laravel’s database layer to non-Laravel projects: Illuminate Database with migrations, seeders, and Artisan CLI support. Includes Eloquent ORM, query builder, schema tools, and commands like migrate, db:seed, and make:* for MySQL/Postgres/SQL Server/SQLite. | 90 | 100 | 12 | 74 | 5 | 2.1 | 4.7 | — | — | |
| bosnadev/database | 0.78 | — | 78 | 81 | 69 | 49K | 8 | 5.5 | 42.5 | MIT | 4 years ago | |
| cycle/migrations | 0.78 | Cycle Database Migrations provides structured, versioned database schema changes for Cycle ORM/DBAL. Configure a migrations directory and table, run pending migrations programmatically, and optionally include vendor migrations or generate migration files during schema compilation. | 20 | 20 | 18 | 19K | 10 | 14.2 | 45.4 | MIT | 10 months ago | |
| xethron/migrations-generator | 0.76 | — | 3,324 | 3,364 | 494 | 20K | 66 | 51.3 | 38.3 | MIT | 8 years ago | |
| laracraft-tech/laravel-useful-traits | 0.76 | Laravel package with handy daily-use additions: traits for PHP 8.1+ enums (get names/values/array) and Eloquent query scopes (e.g., select all columns except specific ones, date-based scopes), plus an Artisan db:truncate command. | 58 | 58 | 2 | 53 | 1 | 21.7 | 4.4 | MIT | 2 months ago | |
| doctrine/doctrine-migrations-bundle | 0.74 | Integrates Doctrine Migrations into Symfony apps, providing commands and configuration for versioned database schema changes. Generate, run, and rollback migrations across environments with reliable tracking and deployment-friendly workflows. | 4,308 | 4,334 | 218 | 3M | 43 | 60.3 | 57.9 | MIT | 6 months ago | |
| kitloong/laravel-migrations-generator | 0.73 | Generate Laravel migration files from an existing database schema, including columns, indexes, and foreign keys. Works with MariaDB/MySQL, PostgreSQL, SQL Server, and SQLite. Generate all tables or target/ignore specific tables via Artisan. | 2,853 | 2,876 | 295 | 250K | 0 | 51.9 | 31.5 | MIT | 4 weeks ago | |
| doesntmattr/mongodb-migrations-bundle | 0.71 | Symfony bundle that integrates the doesntmattr MongoDB Migrations library, providing configuration and tooling to run MongoDB schema/data migrations in Symfony apps. Supports PHP 5.6 via v1.x and PHP 7.1+ via v3.x. | 0 | 23 | — | 816 | — | 3.6 | 22.5 | — | — | |
| phpcr/phpcr-migrations | 0.70 | — | 42 | 42 | 4 | 20K | 3 | 2.8 | 36.9 | MIT | 2 years ago | |
| spatie/laravel-translation-loader | 0.69 | Store Laravel/Lumen translation strings in the database while keeping the familiar __() helper. Mix file and DB translations; DB values override files. Extendable to other translation sources via custom providers. | 843 | 845 | 92 | 107K | 0 | 30.6 | 32.8 | MIT | 3 months ago | |
| devture/mongodb-migrations-bundle | 0.69 | — | 8 | 8 | 2 | 11K | 0 | 0.1 | 42.7 | MIT | — | |
| spatie/laravel-migrate-fresh | 0.69 | Adds a migrate:fresh Artisan command to drop all database tables and rebuild from migrations, even if you don’t implement down() methods. Supports MySQL, SQLite, PostgreSQL, and SQL Server. (Built into Laravel 5.5+) | 182 | 181 | 24 | 1K | 0 | 3.4 | 9.1 | MIT | 7 years ago |
How can I help you explore Laravel packages today?