Skip to content

Commit

Permalink
Add info about packages where used in
Browse files Browse the repository at this point in the history
  • Loading branch information
itstructure committed Aug 8, 2024
1 parent a900482 commit 4c5437b
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ This package is to displaying the model data in a Grid table.

Run the composer command:

`composer require itstructure/laravel-grid-view "^1.1.4"`
`composer require itstructure/laravel-grid-view "^1.1.5"`

### If you are testing this package from a local server directory

Expand Down Expand Up @@ -72,6 +72,14 @@ Then run command:

Else you can use `--force` argument to rewrite already published files.

## Where this is already used (my packages)

- [RBAC Manager](https://github.com/itstructure/laravel-rbac)

- [Media File Uploader](https://github.com/itstructure/laravel-media-file-uploader)

You can see this packages above as examples.

## Usage

Make sure you use a **Bootstrap 4** for styling and **JQuery** in your application.
Expand Down
3 changes: 3 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
### CHANGE LOG:

**1.1.5 August 8, 2024:**
- Add info to Readme where this package is already used in **itstructure** packages.

**1.1.4 July 15, 2024:**
- Fix README.

Expand Down

0 comments on commit 4c5437b

Please sign in to comment.