From 4c5437b7ca1b36274aeea517c49ba6c995a6438a Mon Sep 17 00:00:00 2001 From: Andrey Girnik Date: Thu, 8 Aug 2024 23:07:39 +0700 Subject: [PATCH] Add info about packages where used in --- README.md | 10 +++++++++- changelog.md | 3 +++ 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 28ae687..42a5f7c 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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. diff --git a/changelog.md b/changelog.md index 34d37ca..82ba2a8 100644 --- a/changelog.md +++ b/changelog.md @@ -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.