Download the PHP package zinapse/larabackup without Composer
On this page you can find all versions of the php package zinapse/larabackup. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download zinapse/larabackup
More information about zinapse/larabackup
Files in zinapse/larabackup
Download zinapse/larabackup
More information about zinapse/larabackup
Files in zinapse/larabackup
Vendor zinapse
Package larabackup
Short Description A simple package to let you backup your Laravel application's data.
License MIT
Homepage https://github.com/zinapse/larabackup
Package larabackup
Short Description A simple package to let you backup your Laravel application's data.
License MIT
Homepage https://github.com/zinapse/larabackup
Please rate this library. Is it a good library?
Informations about the package larabackup
zinapse/laralocate
Backup a database using Laravel connections.
Overview
This package iterates over every table in the source connection (you can define tables to ignore), gets all the records, then creates them on the target connection.
Installation
Include it with composer: composer require zinapse/larabackup
Usage
Example: php artisan larabackup:backup --source=source_connection --target=target_connection --ignore=tables,to,ignore
All versions of larabackup with dependencies
PHP Build Version
Package Version
Requires
laravel/framework Version
^9.11
The package zinapse/larabackup contains the following files
Loading the files please wait ....