Skip to content

Commit e9df087

Browse files
committed
chore: add badges to read me
1 parent 06442a4 commit e9df087

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Laravel Snap
22

3+
[![Latest Version on Packagist](https://img.shields.io/packagist/v/dvarilek/laravel-snap.svg?style=flat-square)](https://packagist.org/packages/dvarilek/laravel-snap)
4+
[![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/dvarilek/laravel-snap/tests.yml?branch=main&label=Tests)](https://github.com/dvarilek/laravel-snap/actions/workflows/tests.yml)
5+
[![License](https://img.shields.io/github/license/dvarilek/laravel-snap)](https://github.com/dvarilek/laravel-snap/LICENSE.mf)
6+
37
> [!CAUTION]
48
> This package is currently in early stages of active development and should not be used in production environments.
59
@@ -32,7 +36,7 @@ php artisan vendor:publish --tag=laravel-snap-config
3236
```
3337

3438
***
35-
## Starting
39+
## Getting Started
3640

3741
* Firstly, we need to use Snapshotable trait inside our Model.
3842
The 'getSnapshotDefinition' method specifies, what should and shouldn't get captured in a Snapshot.

0 commit comments

Comments
 (0)