Krato / LaravelBackupManager by Krato1

Laravel 5 admin interface for manage backups.
153
4
4
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: 2024-04-14 15:03:51
Package Statistics
Total Downloads: 153
Monthly Downloads: 0
Daily Downloads: 0
Total Stars: 4
Total Watchers: 4
Total Forks: 3
Total Open Issues: 0

Laravel 5 BackupManager

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.