-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
5 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
# Laravel DataTables Fractal Plugin | ||
|
||
[![Laravel 10.x](https://img.shields.io/badge/Laravel-10.x-orange.svg)](http://laravel.com) | ||
[![Laravel 11.x](https://img.shields.io/badge/Laravel-11.x-orange.svg)](http://laravel.com) | ||
[![Latest Stable Version](https://img.shields.io/packagist/v/yajra/laravel-datatables-fractal.svg)](https://packagist.org/packages/yajra/laravel-datatables-fractal) | ||
[![Build Status](https://travis-ci.org/yajra/laravel-datatables-fractal.svg?branch=master)](https://travis-ci.org/yajra/laravel-datatables-fractal) | ||
[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/yajra/laravel-datatables-fractal/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/yajra/laravel-datatables-fractal/?branch=master) | ||
|
@@ -11,8 +11,8 @@ This package is a plugin of [Laravel DataTables](https://github.com/yajra/larave | |
|
||
## Requirements | ||
|
||
- [PHP >= 8.1](http://php.net/) | ||
- [Laravel 10.x](https://github.com/laravel/framework) | ||
- [PHP >= 8.2](http://php.net/) | ||
- [Laravel 11.x](https://github.com/laravel/framework) | ||
- [Laravel DataTables](https://github.com/yajra/laravel-datatables) | ||
|
||
## Documentations | ||
|
@@ -26,10 +26,11 @@ This package is a plugin of [Laravel DataTables](https://github.com/yajra/larave | |
| 8.x and below | 1.x | | ||
| 9.x | 9.x | | ||
| 10.x | 10.x | | ||
| 11.x | 11.x | | ||
|
||
## Quick Installation | ||
|
||
`composer require yajra/laravel-datatables-fractal` | ||
`composer require yajra/laravel-datatables-fractal:^11.0` | ||
|
||
### Register Service Provider (Optional on Laravel 5.5+) | ||
|
||
|
@@ -57,8 +58,3 @@ If you discover any security related issues, please email [[email protected]]( | |
## License | ||
|
||
The MIT License (MIT). Please see [License File](https://github.com/yajra/laravel-datatables-fractal/blob/master/LICENSE.md) for more information. | ||
|
||
## Buy me a coffee | ||
|
||
[![paypal](https://www.paypalobjects.com/en_US/i/btn/btn_donateCC_LG.gif)](https://www.paypal.me/yajra) | ||
<a href='https://www.patreon.com/bePatron?u=4521203'><img alt='Become a Patron' src='https://s3.amazonaws.com/patreon_public_assets/toolbox/patreon.png' border='0' width='200px' ></a> |