Skip to content

Commit e0fe241

Browse files
committed
Merge remote-tracking branch 'origin/main'
2 parents 07b8636 + c02f16b commit e0fe241

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

.github/workflows/run-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
matrix:
1616
os: [ubuntu-latest, windows-latest]
1717
php: [8.2, 8.1]
18-
laravel: [10.*]
18+
laravel: [9.*, 10.*]
1919
stability: [prefer-lowest, prefer-stable]
2020
include:
2121
- laravel: 10.*

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# Laravel Datatable
22

3-
[![Latest Version on Packagist](https://img.shields.io/packagist/v/hamidrezarj/laravel-datatable.svg?style=flat-square)](https://packagist.org/packages/hamidrezarj/laravel-datatable)
3+
[![Latest Version on Packagist](https://img.shields.io/packagist/v/hamidrrj/laravel-datatable.svg?style=flat-square)](https://packagist.org/packages/hamidrrj/laravel-datatable)
44
[![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)
55
[![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)
6-
[![Total Downloads](https://img.shields.io/packagist/dt/hamidrezarj/laravel-datatable.svg?style=flat-square)](https://packagist.org/packages/hamidrezarj/laravel-datatable)
6+
[![Total Downloads](https://img.shields.io/packagist/dt/hamidrrj/laravel-datatable.svg?style=flat-square)](https://packagist.org/packages/hamidrrj/laravel-datatable)
77

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

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

19+
## Requirements
20+
- PHP ≥ 8.1
21+
- Laravel ≥ 9.0
22+
1923
## Installation
2024

2125
You can install the package via composer:

0 commit comments

Comments
 (0)