Skip to content

Concurrency Control for Laravel: A package to manage concurrent updates in Laravel applications using a 'versionId' attached to Eloquent models.

License

Notifications You must be signed in to change notification settings

ajGulati05/laravel-concurrency-control

Repository files navigation

Concurrency Control for Laravel: A package to manage concurrent updates in Laravel applications using a 'versionId' attached to Eloquent models.

Latest Version on Packagist GitHub Tests Action Status GitHub Code Style Action Status Total Downloads

Installation

You can install the package via composer:

composer require ajgulati05/laravel-concurrency-control

You can publish and run the migrations with:

php artisan vendor:publish --tag="laravel-concurrency-control-migrations"
php artisan migrate

You can publish the config file with:

php artisan vendor:publish --tag="laravel-concurrency-control-config"

This is the contents of the published config file:

return [
];

Optionally, you can publish the views using

php artisan vendor:publish --tag="laravel-concurrency-control-views"

Testing

composer test

Changelog

Please see CHANGELOG for more information on what has changed recently.

Contributing

Please see CONTRIBUTING for details.

Security Vulnerabilities

Please review our security policy on how to report security vulnerabilities.

Credits

License

The MIT License (MIT). Please see License File for more information.

About

Concurrency Control for Laravel: A package to manage concurrent updates in Laravel applications using a 'versionId' attached to Eloquent models.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages