kazemmdev / snapshot
Snapshot cloud manager
v1.0.0
2023-09-14 18:37 UTC
Requires
- php: ^8.1
- guzzlehttp/guzzle: 7.9.x-dev
- illuminate/console: ^10.2
- illuminate/http: *
- illuminate/support: ^10.2
- kazemmdev/http-status: dev-main
Requires (Dev)
- mockery/mockery: 1.7.x-dev
- orchestra/testbench: 8.x-dev
- pestphp/pest: 2.x-dev
README
A snapshot package to manage snapshots on your cloud
Installation
Using composer:
composer require kazemmdev/snapshot php artisan vendor:publish --tag=snapshot-config
Usage
- List all snapshots
php artisan snapshot:list
- create a snapshots
php artisan snapshot:create
- Delete all snapshots
php artisan snapshot:clean
Testing
You can run the tests with:
./vendor/bin/pest
Contributing
Please see CONTRIBUTING for details.
Security
If you discover any security related issues, please email security@spatie.be instead of using the issue tracker.
Credits
License
The MIT License (MIT). Please see License File for more information.