Skip to content
This repository was archived by the owner on Aug 22, 2025. It is now read-only.

Commit b11d3c6

Browse files
author
Holger Lösken
committed
Improve documentation
1 parent eecfe6e commit b11d3c6

2 files changed

Lines changed: 22 additions & 2 deletions

File tree

DOCUMENTATION.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
## Permissions
2+
3+
The access to settings of MagicLink can be restricted to certain users. When navigation to _Permissions_ inside the
4+
Control Panel just create a new role and assign the _MagicLink > View settings_ permission.
5+
6+
7+
## Customization
8+
9+
Views, translations and config settings can be tweaked by you. You just need to run
10+
11+
```
12+
php artisan vendor:publish --tag=config --provider="Codedge\MagicLink\ServiceProvider"
13+
```
14+
15+
to publish all assets things you like to modify.
16+

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ which is sent by email.
55

66
# Installation
77

8-
Run the following the pull in the package with composer
8+
Run the following the pull in the package with composer:
99

1010
## Step 1
1111

@@ -21,7 +21,11 @@ Login into your Statamic CP, see "MagicLink" in the side menu and enable it.
2121

2222
On the CP login page you can now see a link "Send Magic Link".
2323

24-
:warning: Make sure your email settings are configured and email sending works.
24+
:information_source: Make sure your email settings are configured and email sending works.
25+
26+
# Wishes & ideas
27+
28+
Just open an [issue at Github](https://github.com/codedge/statamic-magiclink/issues) and I'll see what I can do :)
2529

2630
# License
2731

0 commit comments

Comments
 (0)