tv2regionerne / statamic-locks
There is no license information available for the latest version (v1.6.0) of this package.
v1.6.0
2024-07-08 06:17 UTC
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
This package is auto-updated.
Last update: 2024-10-08 06:50:48 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.