Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
minimum Laravel version required 7.*
  • Loading branch information
iYogesharma authored May 15, 2020
1 parent d2a0ca4 commit 4a7c411
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,10 +120,9 @@ echo Datatable::of(User::query())->remove([columnName1,columnName2,...])->init()

## Requirements
- [PHP >= 7.0](http://php.net/)
- [Laravel 5.4|5.5|5.6](https://github.com/laravel/framework)
- [Laravel 7.x](https://github.com/laravel/framework)
- [jQuery DataTables v1.10.x](http://datatables.net/)


- You can check previous release for different version of laravel

## Quick Installation
```bash
Expand Down

0 comments on commit 4a7c411

Please sign in to comment.