Skip to content

Commit

Permalink
update readme badges
Browse files Browse the repository at this point in the history
  • Loading branch information
d8vjork committed Mar 21, 2023
1 parent aee2eb7 commit a0797e8
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,8 @@
# Laravel Apiable
Laravel Apiable [![required php version](https://img.shields.io/packagist/php-v/open-southeners/laravel-apiable)](https://www.php.net/supported-versions.php) [![codecov](https://codecov.io/gh/open-southeners/laravel-apiable/branch/main/graph/badge.svg?token=EAU2JHBG2A)](https://codecov.io/gh/open-southeners/laravel-apiable) [![Edit on VSCode online](https://img.shields.io/badge/vscode-edit%20online-blue?logo=visualstudiocode)](https://vscode.dev/github/open-southeners/laravel-apiable)
===

Integrate JSON:API resources on your Laravel API project.

## Status

[![latest tag](https://img.shields.io/github/v/tag/open-southeners/laravel-apiable?label=latest&sort=semver)](https://github.com/open-southeners/laravel-apiable/releases/latest) [![packagist version](https://img.shields.io/packagist/v/open-southeners/laravel-apiable)](https://packagist.org/packages/open-southeners/laravel-apiable) [![required php version](https://img.shields.io/packagist/php-v/open-southeners/laravel-apiable)](https://www.php.net/supported-versions.php) [![run-tests](https://github.com/open-southeners/laravel-apiable/actions/workflows/tests.yml/badge.svg?branch=main)](https://github.com/open-southeners/laravel-apiable/actions/workflows/tests.yml) [![phpstan](https://github.com/open-southeners/laravel-apiable/actions/workflows/phpstan.yml/badge.svg)](https://github.com/open-southeners/laravel-apiable/actions/workflows/phpstan.yml) [![Laravel Pint](https://img.shields.io/badge/code%20style-pint-orange?logo=laravel)](https://github.com/open-southeners/laravel-apiable/actions/workflows/pint.yml) [![codecov](https://codecov.io/gh/open-southeners/laravel-apiable/branch/main/graph/badge.svg?token=EAU2JHBG2A)](https://codecov.io/gh/open-southeners/laravel-apiable) [![Edit on VSCode online](https://img.shields.io/badge/vscode-edit%20online-blue?logo=visualstudiocode)](https://vscode.dev/github/open-southeners/laravel-apiable)

## Getting started

```
Expand Down

0 comments on commit a0797e8

Please sign in to comment.