infinety-es/laravelbackupmanager

Laravel 5 admin interface for manage backups.

2.5.1 2017-09-11 07:20 UTC

This package is auto-updated.

Last update: 2024-04-12 21:20:33 UTC


README

Latest Version on Packagist Software License Build Status Coverage Status Quality Score Total Downloads

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.