Cytracom / laravel-migration-squasher

Aggregate your incremental Laravel migration files into a single migration for each table. This eliminates all alter columns and makes BD testing via sqlite a possibility.
25 stars 6 forks source link

Create package for later versions of Laravel #1

Open justinvf-zz opened 10 years ago

justinvf-zz commented 10 years ago

Hello, I'm writing some sqlite tests and need my migrations squashed. This tool seems useful, but I can't install it in composer since it depends on 4.0 and we're on 4.1. Any chance you can release an updated package?

Javier-Rotelli commented 9 years ago

any news?

orottier commented 8 years ago

I've created a Laravel 5 fork and fixed some bugs at https://github.com/orottier/laravel-migration-squasher

PlanetTheCloud commented 5 years ago

I've created a Laravel 5 fork and fixed some bugs at https://github.com/orottier/laravel-migration-squasher

This does not work on Laravel 5.8 :( @orottier