-
-
Notifications
You must be signed in to change notification settings - Fork 1
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
Holger Lösken
committed
Sep 17, 2020
1 parent
eecfe6e
commit b11d3c6
Showing
2 changed files
with
22 additions
and
2 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,16 @@ | ||
## Permissions | ||
|
||
The access to settings of MagicLink can be restricted to certain users. When navigation to _Permissions_ inside the | ||
Control Panel just create a new role and assign the _MagicLink > View settings_ permission. | ||
|
||
|
||
## Customization | ||
|
||
Views, translations and config settings can be tweaked by you. You just need to run | ||
|
||
``` | ||
php artisan vendor:publish --tag=config --provider="Codedge\MagicLink\ServiceProvider" | ||
``` | ||
|
||
to publish all assets things you like to modify. | ||
|
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