laravel-backup icon indicating copy to clipboard operation
laravel-backup copied to clipboard

Backup and restore database support for Laravel 4 applications

Results 21 laravel-backup issues
Sort by recently updated
recently updated
newest added

I am facing this issue on windows 8.1 on XAMP Database backup failed. 'mysqldump' is not recognized as an internal or external command, operable program or batch file. Please give...

I would like to call `php artisan db:backup theara.sql` with custom file name from route or controller like this: ``` php // call with default file name Artisan::call('db:backup'); // work...

A feature to supply a specific table and save it like _.sql would be a welcome addition.

set compress option true but dump file generated fileName.sql not compressed.... ``` // Use GZIP compression 'compress' => true, ```

How to backup a folder?

Laravel 5 support coming?

Can you confirm wqhether it's possible to append or prepend a filename to the backup. I'd like to be able to add the database name (from the config file) to...

Add a new configuration option for users to be able to choose the maximum amount of backups to store in their Amazon S3 bucket. After the maximum amount of backups...

I have `multiple project and multiple branch office` in the same laravel app, so i would like to backup database with the special tables store and special records. Pleas help...

Whoops, this is in the wrong repo! ~~When running either `php artisan config:publish schickling/backup` or `php artisan db:backup`~~ ``` PHP Fatal error: Cannot call abstract method Illuminate\Support\ServiceProvider::register() in /home/michael/www/sae/vendor/pragmarx/sqli/src/Vendor/Laravel/ServiceProvider.php on...