Download the PHP package marjose123/laravel-backup-api without Composer
On this page you can find all versions of the php package marjose123/laravel-backup-api. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download marjose123/laravel-backup-api
More information about marjose123/laravel-backup-api
Files in marjose123/laravel-backup-api
Download marjose123/laravel-backup-api
More information about marjose123/laravel-backup-api
Files in marjose123/laravel-backup-api
Vendor marjose123
Package laravel-backup-api
Short Description A package to backup your Laravel app via API
License MIT
Homepage https://github.com/marjose123/laravel-backup-api
Package laravel-backup-api
Short Description A package to backup your Laravel app via API
License MIT
Homepage https://github.com/marjose123/laravel-backup-api
Please rate this library. Is it a good library?
Informations about the package laravel-backup-api
A package to backup your Laravel app via API
This package requires the laravel-backup
to be installed and setup manually by you.
Installation
You can install the package via composer:
You can publish the config file with:
and configure to add permissions, route_prefix, and other settings.
API Routes
- 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}
Testing
Changelog
Please see CHANGELOG for more information on what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security Vulnerabilities
Please review our security policy on how to report security vulnerabilities.
Credits
- Marjose
- All Contributors
License
The MIT License (MIT). Please see License File for more information.
All versions of laravel-backup-api with dependencies
PHP Build Version
Package Version
Requires
php Version
^8.1 | ^8.0
calebporzio/sushi Version ^2.4
laravel/framework Version ^10.0 | ^9.0
spatie/laravel-backup Version ^8.1 | ^7.0
spatie/laravel-package-tools Version ^1.14.0
calebporzio/sushi Version ^2.4
laravel/framework Version ^10.0 | ^9.0
spatie/laravel-backup Version ^8.1 | ^7.0
spatie/laravel-package-tools Version ^1.14.0
The package marjose123/laravel-backup-api contains the following files
Loading the files please wait ....