PHPackages                             sebwas/laravel-migration-physical-backup - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. sebwas/laravel-migration-physical-backup

AbandonedLibrary

sebwas/laravel-migration-physical-backup
========================================

This simple tool helps the developer creating physical backups of the tables he is altering using migrations, allowing for easy and fast restore

v1.0.3(10y ago)196MITPHP

Since Feb 28Pushed 10y ago1 watchersCompare

[ Source](https://github.com/sebwas/laravel-migration-physical-backup)[ Packagist](https://packagist.org/packages/sebwas/laravel-migration-physical-backup)[ RSS](/packages/sebwas-laravel-migration-physical-backup/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependencies (2)Versions (6)Used By (0)

Laravel physical backup creation helper
=======================================

[](#laravel-physical-backup-creation-helper)

Good morning, fellow developer! Have a great day and enjoy this neat little tool.

Usage
-----

[](#usage)

In your migration simply use the `SebWas\Laravel\Migration\PhysicalBackup` trait like so (example file):

```
