tv2regionerne / statamic-locks
Installs: 1 610
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 4
Forks: 0
Open Issues: 0
pkg:composer/tv2regionerne/statamic-locks
Requires
- php: ^8.2
- pixelfear/composer-dist-plugin: ^0.1.5
- statamic/cms: ^4.0 || ^5.0
Requires (Dev)
- laravel/pint: ^1.13
- mockery/mockery: ^1.3.1
- nunomaduro/collision: ^6.0 || ^7.0
- orchestra/testbench: ^7.0 || ^8.0
- pestphp/pest: ^2.24
- phpunit/phpunit: ^9.0 || ^10.0
- dev-main
- v1.7.0
- v1.6.0
- v1.5.0
- v1.4.0
- v1.3.0
- v1.2.0
- v1.1.0
- v1.0.0
- dev-feature/prevent-save-if-updated
- dev-fix/locks-listing-error
- dev-fix/lock-expiration-check
- dev-fix/cron-job-query
- dev-fix/prevent-locks-on-create-page
- dev-fix/dont-silently-fail-on-saving
- dev-feature/configurable-poll-interval
- dev-feature/initial-setup
This package is auto-updated.
Last update: 2026-01-02 15:02:31 UTC
README
Statamic Locks is a Statamic addon that lets you lock resources
How to Install
Run the following command from your project root:
composer require tv2regionerne/statamic-locks
Configuration
A configuration file can be published by running the following command:
php artisan vendor:publish --tag=statamic-locks-config
This will create statamic-locks.php in your config folder.