LowerRockLabs / laravel-lockable

This simple package allows for Models to be locked for Editing (or Accessing) for a period of time.
MIT License
5 stars 3 forks source link

Laravel 10 and 11 support #29

Open stefanrakicfaxi opened 6 months ago

stefanrakicfaxi commented 6 months ago

Please add Laravel 10 and 11 support

lrljoe commented 5 months ago

Will do this weekend! Apologies, didn't realise it was being actively used!

lrljoe commented 5 months ago

@stefanrakicfaxi - Done, and updated the dependencies to remove known vulnerable versions.

I'll add a couple more bits into it shortly, namely:

  1. Translated Localisations
  2. Config option to either use UUIDs for Models/Users or not
  3. TypeHinting where it's missing.

Is there any feature/hook that you want adding in?