From e92c48e9aa7505058872726b6cf1aae176762558 Mon Sep 17 00:00:00 2001 From: "Jerome (Thavarshan) Thayananthajothy" Date: Wed, 10 Apr 2024 12:03:41 +0100 Subject: [PATCH] Update badges and labels in README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2794349..cd05d40 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ # Filterable [![Latest Version on Packagist](https://img.shields.io/packagist/v/jerome/filterable.svg)](https://packagist.org/packages/jerome/filterable) -[![Tests](https://github.com/Thavarshan/filterable/actions/workflows/run-tests.yml/badge.svg?branch=main)](https://github.com/Thavarshan/filterable/actions/workflows/run-tests.yml) -[![Check & fix styling](https://github.com/Thavarshan/filterable/actions/workflows/php-cs-fixer.yml/badge.svg?branch=main)](https://github.com/Thavarshan/filterable/actions/workflows/php-cs-fixer.yml) +[![Tests](https://github.com/Thavarshan/filterable/actions/workflows/run-tests.yml/badge.svg?label=Tests&branch=main)](https://github.com/Thavarshan/filterable/actions/workflows/run-tests.yml) +[![Check & fix styling](https://github.com/Thavarshan/filterable/actions/workflows/php-cs-fixer.yml/badge.svg?label=code%20style&branch=main)](https://github.com/Thavarshan/filterable/actions/workflows/php-cs-fixer.yml) [![Total Downloads](https://img.shields.io/packagist/dt/jerome/filterable.svg)](https://packagist.org/packages/jerome/filterable) The `Filter` class provides a flexible and powerful way to apply dynamic filters to Laravel's Eloquent queries. It supports caching, user-specific filtering, and custom filter methods, making it suitable for a wide range of applications, from simple blogs to complex data-driven platforms.