File tree Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change @@ -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.4 " `
29+ ` composer require itstructure/laravel-grid-view "^1.1.5 " `
3030
3131### If you are testing this package from a local server directory
3232
@@ -72,6 +72,14 @@ Then run command:
7272
7373 Else you can use ` --force ` argument to rewrite already published files.
7474
75+ ## Where this is already used (my packages)
76+
77+ - [ RBAC Manager] ( https://github.com/itstructure/laravel-rbac )
78+
79+ - [ Media File Uploader] ( https://github.com/itstructure/laravel-media-file-uploader )
80+
81+ You can see this packages above as examples.
82+
7583## Usage
7684
7785Make sure you use a ** Bootstrap 4** for styling and ** JQuery** in your application.
Original file line number Diff line number Diff line change 11### CHANGE LOG:
22
3+ ** 1.1.5 August 8, 2024:**
4+ - Add info to Readme where this package is already used in ** itstructure** packages.
5+
36** 1.1.4 July 15, 2024:**
47- Fix README.
58
You can’t perform that action at this time.
0 commit comments