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