laravel-optimistic-locking icon indicating copy to clipboard operation
laravel-optimistic-locking copied to clipboard

Adds optimistic locking feature to eloquent models.

Results 7 laravel-optimistic-locking issues
Sort by recently updated
recently updated
newest added

Can you add Laravel 7 Support?

Is there any update for laravel 8.20?

Hi, there is no version tag for the changes that enabled support for Laravel 6.x. it's only in master

Hi, When trying to use the disableLocking() method it fails as it is protected. ```PHP $model->disableLocking(); ``` > BadMethodCallException with message 'Call to undefined method Illuminate/Database/Query/Builder::disableLocking()' Please accept the PR...

Make disableLocking() method public. Make lockingEnabled() method public.

Hi, I was just following your example to disable optimistic locking by default on a model class but a fatal error is thrown. ``` PHP Fatal error: App\Models\LiveClass and Reshadman\OptimisticLocking\OptimisticLocking...

Hi, will this package support for ^5.8 ? Thanks.

help wanted