This package requires the laravel-backup
to be installed and setup manually by you.
You can install the package via composer:
composer require marjose123/laravel-backup-api
You can publish the config file with:
php artisan vendor:publish --tag="backup-api-config"
and configure to add permissions, route_prefix, and other settings.
- Create Backup
- Method: POST
- URI: http://{domain}/{route_prefix}/create
- List of Backup
- Method: GET
- URI: http://{domain}/{route_prefix}
- List of Backup Disk
- Method: GET
- URI: http://{domain}/{route_prefix}/disks
- Download Backup
- Method: GET
- URI: http://{domain}/{route_prefix}/download/{id}
composer test
Please see CHANGELOG for more information on what has changed recently.
Please see CONTRIBUTING for details.
Please review our security policy on how to report security vulnerabilities.
The MIT License (MIT). Please see License File for more information.