| Package Data | |
|---|---|
| Maintainer Username: | Krato1 | 
| Maintainer Contact: | info@spatie.be (Spatie) | 
| Package Create Date: | 2015-11-17 | 
| Package Last Update: | 2017-09-11 | 
| Language: | PHP | 
| License: | MIT | 
| Last Refreshed: | 2025-10-29 03:03:34 | 
| Package Statistics | |
|---|---|
| Total Downloads: | 161 | 
| Monthly Downloads: | 0 | 
| Daily Downloads: | 0 | 
| Total Stars: | 4 | 
| Total Watchers: | 2 | 
| Total Forks: | 3 | 
| Total Open Issues: | 0 | 
Laravel 5 admin interface for manage backups.
Via Composer
$ composer require infinety-es/laravelbackupmanager
Then add the service providers to your config/app.php file:
'Spatie\Backup\BackupServiceProvider',
'Infinety\BackupManager\BackupManagerServiceProvider',
Publish the config files:
php artisan vendor:publish --provider="Spatie\Backup\BackupServiceProvider"
php artisan vendor:publish --provider="Infinety\BackupManager\BackupManagerServiceProvider"
Add a menu element for it:
[
    'label' => "Backups",
    'route' => 'admin/backup',
    'icon' => 'fa fa-hdd-o',
],
Or just try at your-project-domain/admin/backup
Please see CHANGELOG for more information what has changed recently.
$ composer test
Please see CONTRIBUTING for details.
If you discover any security related issues, please email hello@infinety.es instead of using the issue tracker.
The MIT License (MIT). Please see License File for more information.