A snapshot package to manage snapshots on your cloud
Using composer:
composer require kazemmdev/snapshot
php artisan vendor:publish --tag=snapshot-config
- List all snapshots
php artisan snapshot:list
- create a snapshots
php artisan snapshot:create
- Delete all snapshots
php artisan snapshot:clean
You can run the tests with:
./vendor/bin/pest
Please see CONTRIBUTING for details.
If you discover any security related issues, please email security@spatie.be instead of using the issue tracker.
The MIT License (MIT). Please see License File for more information.