File tree 2 files changed +12
-1
lines changed
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.
26
26
27
27
Run the composer command:
28
28
29
- ` composer require itstructure/laravel-grid-view "^1.1.4 " `
29
+ ` composer require itstructure/laravel-grid-view "^1.1.5 " `
30
30
31
31
### If you are testing this package from a local server directory
32
32
@@ -72,6 +72,14 @@ Then run command:
72
72
73
73
Else you can use ` --force ` argument to rewrite already published files.
74
74
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
+
75
83
## Usage
76
84
77
85
Make sure you use a ** Bootstrap 4** for styling and ** JQuery** in your application.
Original file line number Diff line number Diff line change 1
1
### CHANGE LOG:
2
2
3
+ ** 1.1.5 August 8, 2024:**
4
+ - Add info to Readme where this package is already used in ** itstructure** packages.
5
+
3
6
** 1.1.4 July 15, 2024:**
4
7
- Fix README.
5
8
You can’t perform that action at this time.
0 commit comments