appventus/datamigration-bundle
Pros:
prePersist, preUpdate, preRemove) to capture entity changes, reducing coupling with business logic.app:data-migration:export/import) integrates naturally with Laravel’s Artisan ecosystem.Cons:
dev-master) introduces technical debt risk (unstable, undocumented). May require forking or patching.dev-master of ShortcutsBundle could break without notice.php artisan db:seed, or third-party tools (e.g., Laravel Zero, Robo)?password fields)?Model::create(), Model::update() in seeds) or packages like:
spatie/laravel-model-states (for state-based migrations)orchestra/database (for advanced seeding)users table).password).ShortcutsBundle if critical fixes are needed (document changes).git push, import in deployment scripts).^2.10 vs. ^3.0). May need compatibility layer.HttpFoundation versions).APP_ENV=production vs. staging).config/packages/doctrine.yaml.php artisan app:data-migration:export on the source environment (e.g., production).migrations/2023_10_01_000000_export.json).php artisan app:data-migration:import in their local/staging DB.mysqldump).Log facade).How can I help you explore Laravel packages today?