From 411afca5cb9babadc3e830ae1116ec773e170f15 Mon Sep 17 00:00:00 2001 From: Sylvester Damgaard Date: Thu, 16 May 2024 13:29:37 +0200 Subject: [PATCH] Check if the lock has expired --- README.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..ca8438e --- /dev/null +++ b/README.md @@ -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.