Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
hamidrezarj committed Aug 15, 2024
2 parents 07b8636 + c02f16b commit e0fe241
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
matrix:
os: [ubuntu-latest, windows-latest]
php: [8.2, 8.1]
laravel: [10.*]
laravel: [9.*, 10.*]
stability: [prefer-lowest, prefer-stable]
include:
- laravel: 10.*
Expand Down
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Laravel Datatable

[![Latest Version on Packagist](https://img.shields.io/packagist/v/hamidrezarj/laravel-datatable.svg?style=flat-square)](https://packagist.org/packages/hamidrezarj/laravel-datatable)
[![Latest Version on Packagist](https://img.shields.io/packagist/v/hamidrrj/laravel-datatable.svg?style=flat-square)](https://packagist.org/packages/hamidrrj/laravel-datatable)
[![GitHub Tests Action Status](https://img.shields.io/github/actions/workflow/status/hamidrezarj/laravel-datatable/run-tests.yml?branch=main&label=tests&style=flat-square)](https://github.com/hamidrezarj/laravel-datatable/actions?query=workflow%3Arun-tests+branch%3Amain)
[![GitHub Code Style Action Status](https://img.shields.io/github/actions/workflow/status/hamidrezarj/laravel-datatable/fix-php-code-style-issues.yml?branch=main&label=code%20style&style=flat-square)](https://github.com/hamidrezarj/laravel-datatable/actions?query=workflow%3A"Fix+PHP+code+style+issues"+branch%3Amain)
[![Total Downloads](https://img.shields.io/packagist/dt/hamidrezarj/laravel-datatable.svg?style=flat-square)](https://packagist.org/packages/hamidrezarj/laravel-datatable)
[![Total Downloads](https://img.shields.io/packagist/dt/hamidrrj/laravel-datatable.svg?style=flat-square)](https://packagist.org/packages/hamidrrj/laravel-datatable)

Laravel Datatable is a package designed to handle server-side logic for datatables in Laravel applications. <br>

Expand All @@ -16,6 +16,10 @@ Laravel Datatable is a package designed to handle server-side logic for datatabl
- Ability to search through model relationships
- Customizable search logic (coming soon!)

## Requirements
- PHP ≥ 8.1
- Laravel ≥ 9.0

## Installation

You can install the package via composer:
Expand Down

0 comments on commit e0fe241

Please sign in to comment.