Skip to content

Commit 4c5437b

Browse files
committed
Add info about packages where used in
1 parent a900482 commit 4c5437b

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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.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

7785
Make sure you use a **Bootstrap 4** for styling and **JQuery** in your application.

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.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

0 commit comments

Comments
 (0)