-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Sylvester Damgaard
committed
May 16, 2024
1 parent
6adb3c0
commit 411afca
Showing
1 changed file
with
20 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |