kazemmdev/snapshot

Snapshot cloud manager

v1.0.0 2023-09-14 18:37 UTC

This package is auto-updated.

Last update: 2024-05-14 20:18:27 UTC


README

Latest Version run-tests Total Downloads

A snapshot package to manage snapshots on your cloud

Installation

Using composer:

composer require kazemmdev/snapshot

php artisan vendor:publish --tag=snapshot-config

Usage

  1. List all snapshots
php artisan snapshot:list
  1. create a snapshots
php artisan snapshot:create
  1. 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.