File tree Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Expand file tree Collapse file tree 3 files changed +6
-3
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.
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+ | 8+ | 9+ | 10+ | 11+
17+ - laravel 5.5+ | 6+ | 7+ | 8+ | 9+ | 10+ | 11+ | 12+
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
2727Run the composer command:
2828
29- ` composer require itstructure/laravel-grid-view "^1.1.5 " `
29+ ` composer require itstructure/laravel-grid-view "^1.1.6 " `
3030
3131### If you are testing this package from a local server directory
3232
Original file line number Diff line number Diff line change 11### CHANGE LOG:
22
3+ ** 1.1.6 February 26, 2025:**
4+ - Add Laravel 12 support.
5+
36** 1.1.5 August 8, 2024:**
47- Add info to Readme where this package is already used in ** itstructure** packages.
58
Original file line number Diff line number Diff line change 1414 ],
1515 "require" : {
1616 "php" : " >=7.1.0" ,
17- "laravel/framework" : " ~5.5.0|~5.6.0|~5.7.0|~5.8.0|^6.0|^7.0|^8.0|^9.0|^10.0|^11.0"
17+ "laravel/framework" : " ~5.5.0|~5.6.0|~5.7.0|~5.8.0|^6.0|^7.0|^8.0|^9.0|^10.0|^11.0|^12.0 "
1818 },
1919 "autoload" : {
2020 "psr-4" : {
You can’t perform that action at this time.
0 commit comments