Skip to content

Latest commit

 

History

History
60 lines (39 loc) · 1.31 KB

README.md

File metadata and controls

60 lines (39 loc) · 1.31 KB

Snapshot

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 [email protected] instead of using the issue tracker.

Credits

License

The MIT License (MIT). Please see License File for more information.