Skip to content

Commit fe8c46f

Browse files
committed
Add support for Laravel 8
1 parent 88949a6 commit fe8c46f

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ This package is to displaying the model data in a Grid table.
1414
![Grid view appearance](https://github.com/itstructure/laravel-grid-view/blob/master/laravel_grid_view_appearance_en.png)
1515

1616
## Requirements
17-
- laravel 5.5+ | 6+ | 7+
17+
- laravel 5.5+ | 6+ | 7+ | 8+
1818
- Bootstrap 4 for styling
1919
- JQuery
2020
- php >= 7.1
@@ -26,7 +26,7 @@ This package is to displaying the model data in a Grid table.
2626

2727
Run the composer command:
2828

29-
`composer require itstructure/laravel-grid-view "~1.0.4"`
29+
`composer require itstructure/laravel-grid-view "~1.0.5"`
3030

3131
### If you are testing this package from a local server directory
3232

changelog.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
### CHANGE LOG:
22

3+
**1.0.5 September 10, 2020:**
4+
- Add support for Laravel 8
5+
36
**1.0.4 July 10, 2020:**
47
- Added grid attributes with default **true** value:
58
- `tableBordered`

0 commit comments

Comments
 (0)