Download the PHP package torann/database-backup without Composer
On this page you can find all versions of the php package torann/database-backup. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download torann/database-backup
More information about torann/database-backup
Files in torann/database-backup
Download torann/database-backup
More information about torann/database-backup
Files in torann/database-backup
Vendor torann
Package database-backup
Short Description Database backup package for Laravel.
License BSD 2-Clause
Package database-backup
Short Description Database backup package for Laravel.
License BSD 2-Clause
Please rate this library. Is it a good library?
Informations about the package database-backup
Database Backup
Uncomplicated database backup package for Laravel 5.
Installation
Composer
From the command line run:
Laravel
Once installed you need to register the service provider with the application. Open up config/app.php
and find the providers
key.
Lumen
For Lumen register the service provider in bootstrap/app.php
.
Publish the configurations
Run this on the command line from the root of your project:
A configuration file will be publish to config/database-backups.php
.
Commands
php artisan db:backup
Dump the default database.
Change Log
v0.1.0
- First release
All versions of database-backup with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.5.9
illuminate/support Version ~5.0
illuminate/console Version ~5.0
symfony/process Version ~3.1
illuminate/support Version ~5.0
illuminate/console Version ~5.0
symfony/process Version ~3.1
The package torann/database-backup contains the following files
Loading the files please wait ....