Skip to content

Commit

Permalink
Merge pull request #254 from maartenpaauw/bugfix/documentation-badges
Browse files Browse the repository at this point in the history
[docs] Fix documentation badges
  • Loading branch information
freekmurze committed Mar 17, 2024
2 parents bf8d0a2 + a349c1b commit 5a0f055
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
@@ -1,8 +1,8 @@
# Adding state behaviour to Eloquent models

[![Latest Version on Packagist](https://img.shields.io/packagist/v/spatie/laravel-model-states.svg?style=flat-square)](https://packagist.org/packages/spatie/laravel-model-states)
![Test](https://github.com/spatie/laravel-model-states/workflows/Test/badge.svg)
![Check & fix styling](https://github.com/spatie/laravel-model-states/workflows/Check%20&%20fix%20styling/badge.svg)
[![Run tests](https://github.com/spatie/laravel-model-states/actions/workflows/run-tests.yml/badge.svg)](https://github.com/spatie/laravel-model-states/actions/workflows/run-tests.yml)
[![Check & fix styling](https://github.com/spatie/laravel-model-states/actions/workflows/php-cs-fixer.yml/badge.svg)](https://github.com/spatie/laravel-model-states/actions/workflows/php-cs-fixer.yml)
[![Total Downloads](https://img.shields.io/packagist/dt/spatie/laravel-model-states.svg?style=flat-square)](https://packagist.org/packages/spatie/laravel-model-states)

This package adds state support to models. It combines concepts from the [state pattern](https://en.wikipedia.org/wiki/State_pattern) and [state machines](https://www.youtube.com/watch?v=N12L5D78MAA).
Expand Down
4 changes: 2 additions & 2 deletions docs/01-introduction.md
Expand Up @@ -77,8 +77,8 @@ There's a lot more to tell about how this package can be used. So let's dive in.

<section class="article_badges">
<a href="https://github.com/spatie/laravel-model-states/releases"><img src="https://img.shields.io/github/release/spatie/laravel-model-states.svg?style=flat-square" alt="Latest Version"></a>
<a href="https://github.com/spatie/laravel-model-states/blob/master/LICENSE.md"><img src="https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square" alt="Software License"></a>
<a href="https://github.com/spatie/laravel-model-states/actions?query=workflow%3Arun-tests+branch%3Amaster"><img src="https://img.shields.io/github/workflow/status/spatie/laravel-model-states/run-tests?label=tests" alt="Build Status"></a>
<a href="https://github.com/spatie/laravel-model-states/blob/main/LICENSE.md"><img src="https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square" alt="Software License"></a>
<a href="https://github.com/spatie/laravel-model-states/actions?query=workflow%3Arun-tests+branch%3Amain"><img src="https://img.shields.io/github/actions/workflow/status/spatie/laravel-model-states/run-tests.yml?label=tests&branch=main&style=flat-square" alt="Build Status"></a>
<a href="https://scrutinizer-ci.com/g/spatie/laravel-model-states"><img src="https://img.shields.io/scrutinizer/g/spatie/laravel-model-states.svg?style=flat-square" alt="Quality Score"></a>
<a href="https://packagist.org/packages/spatie/laravel-model-states"><img src="https://img.shields.io/packagist/dt/spatie/laravel-model-states.svg?style=flat-square" alt="Total Downloads"></a>
</section>

0 comments on commit 5a0f055

Please sign in to comment.