File tree 2 files changed +5
-2
lines changed
2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ This package is to displaying the model data in a Grid table.
14
14
![ Grid view appearance] ( https://github.com/itstructure/laravel-grid-view/blob/master/laravel_grid_view_appearance_en.png )
15
15
16
16
## Requirements
17
- - laravel 5.5+ | 6+ | 7+
17
+ - laravel 5.5+ | 6+ | 7+ | 8+
18
18
- Bootstrap 4 for styling
19
19
- JQuery
20
20
- php >= 7.1
@@ -26,7 +26,7 @@ This package is to displaying the model data in a Grid table.
26
26
27
27
Run the composer command:
28
28
29
- ` composer require itstructure/laravel-grid-view "~1.0.4 " `
29
+ ` composer require itstructure/laravel-grid-view "~1.0.5 " `
30
30
31
31
### If you are testing this package from a local server directory
32
32
Original file line number Diff line number Diff line change 1
1
### CHANGE LOG:
2
2
3
+ ** 1.0.5 September 10, 2020:**
4
+ - Add support for Laravel 8
5
+
3
6
** 1.0.4 July 10, 2020:**
4
7
- Added grid attributes with default ** true** value:
5
8
- ` tableBordered `
You can’t perform that action at this time.
0 commit comments