Dumptable

Effortless Laravel Migrations: Streamline, Backup, create modifier migration and Restore with Ease

        
        helloarman ~ $ 
      

Installation

  • Composer
            $  composer require helloarman/dumptable
          
            $  php artisan storage:link
          

Fast & Light

Enjoy enhanced migration functionalities with a lightweight package that integrates seamlessly with your Laravel project.

Easy to Install

Quickly install this package via Composer, ensuring a hassle-free setup and immediate use in your Laravel application.

Simplify Table Updates

Update a single table's migration file without affecting other tables, making development smoother and more efficient.

Conditional Seeding

Run seeders and preserve existing data by using specific flags, ensuring your tables remain up-to-date without data loss.

Backup Table Data

Securely back up your table data to the storage/backups folder, providing easy restoration and peace of mind.

Quick Aligned Migrations

Add new migrations after the main migration table without affecting other migrations.

Read our documentation for advanced keybindings and customization

Documentation

Changelog

v1.4.12

13/7/2024
  • feat: added align migration command
  • feat: added refresh and seed command
  • feat: added new call command for default
  • feat: added -d flag for restore command
  • chore: updated command comments
  • chore: updated logic
  • chore: cleaning code
  • fix: bug fixed
  • fix: fixed logic

v1.0.3

26/6/2024
  • feat: added dumptable core features
  • feat: added backup table command
  • chore: updated for first relese

Contributors