Effortless Laravel Migrations: Streamline, Backup, create modifier migration and Restore with Ease
helloarman ~ $
$ composer require helloarman/dumptable
$ php artisan storage:link
Enjoy enhanced migration functionalities with a lightweight package that integrates seamlessly with your Laravel project.
Quickly install this package via Composer, ensuring a hassle-free setup and immediate use in your Laravel application.
Update a single table's migration file without affecting other tables, making development smoother and more efficient.
Run seeders and preserve existing data by using specific flags, ensuring your tables remain up-to-date without data loss.
Securely back up your table data to the storage/backups folder, providing easy restoration and peace of mind.
Add new migrations after the main migration table without affecting other migrations.
Read our documentation for advanced keybindings and customization
Documentation