infinety-es / laravelbackupmanager
Laravel 5 admin interface for manage backups.
2.5.1
2017-09-11 07:20 UTC
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: 2024-10-12 22:25:25 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.