infinety-es / laravelbackupmanager
Laravel 5 admin interface for manage backups.
Installs: 161
Dependents: 0
Suggesters: 0
Security: 0
Stars: 4
Watchers: 2
Forks: 3
Open Issues: 0
pkg:composer/infinety-es/laravelbackupmanager
Requires
- php: >=7.0.0
- spatie/laravel-backup: 5.*
Requires (Dev)
- phpunit/phpunit: ~6.0
- scrutinizer/ocular: ~1.1
This package is auto-updated.
Last update: 2025-10-13 00:43:46 UTC
README
Laravel 5 admin interface for manage backups.
Install
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"
Usage
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
Change log
Please see CHANGELOG for more information what has changed recently.
Testing
$ composer test
Contributing
Please see CONTRIBUTING for details.
Security
If you discover any security related issues, please email hello@infinety.es instead of using the issue tracker.
Credits
License
The MIT License (MIT). Please see License File for more information.