Download the PHP package phpbu/phpbu-laravel without Composer
On this page you can find all versions of the php package phpbu/phpbu-laravel. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download phpbu/phpbu-laravel
More information about phpbu/phpbu-laravel
Files in phpbu/phpbu-laravel
Package phpbu-laravel
Short Description Laravel backup package - integrates phpbu with the laravel artisan command line tool
License MIT
Homepage http://phpbu.de/
Informations about the package phpbu-laravel
phpbu-laravel
Laravel backup package - integrates phpbu with the laravel artisan command line tool.
A more detailed documentation can be found in the phpbu manual.
Features
- Creating backups
- Directories
- MySQL
- Validate backups
- Check min size
- Comparing with previous backups
- Sync backups to other locations
- All Laravel filesystems
- Cleanup your backup location
- Delete backups older x
- Store only x MB of backups
- Keep only last x backups
Requirements
- PHP 7.0
- Laravel 5.*
- phpbu 5.*
- see phpbu requirements for more details
Installation
Use composer to install the package.
Add the package ServiceProvider to your config/app.php
configuration file.
Finally create a configuration skeleton by publishing the package.
Configuration
After publishing the ServiceProvider
a phpbu.php
configuration file is created in your config
directory.
Usage
Show command help information.
php artisan phpbu:backup --help
Execute the backup,
php artisan phpbu:backup
Execute a dry-run without making any changes.
php artisan phpbu:backup --phpbu-simulate
All versions of phpbu-laravel with dependencies
illuminate/console Version 5.*|6.*|7.*|8.*|9.*|10.*
phpbu/phpbu Version ~6