From 97a74bce5dd5cc7e48dd3ecb116924fdf03565c8 Mon Sep 17 00:00:00 2001 From: Hiz Date: Mon, 10 Jun 2024 15:48:59 +0200 Subject: [PATCH] Readme update --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index de33bae..b3085d3 100644 --- a/README.md +++ b/README.md @@ -23,6 +23,15 @@ saves or discards their changes. | 2.x | 3.x | \> 8.1 | + +> Notice - Upgrading to Version 2.1.x : +> In case you have published the config, make sure to update the following in your config: +> ```php +> 'resource' => [ +> 'class' => \Kenepa\ResourceLock\Resources\LockResource::class, +> ], +> ``` + You can install the package via composer: ```bash @@ -303,6 +312,8 @@ Optionally, you can publish the views using php artisan vendor:publish --tag="resource-lock-views" ``` +## T + ## Coming soon - Locked status indicator for table rows