Skip to content

Commit

Permalink
Check if the lock has expired
Browse files Browse the repository at this point in the history
  • Loading branch information
Sylvester Damgaard committed May 16, 2024
1 parent 6adb3c0 commit 411afca
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# Statamic Locks

> Statamic Locks is a Statamic addon that lets you lock resources
## How to Install

Run the following command from your project root:

``` bash
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.

0 comments on commit 411afca

Please sign in to comment.