Skip to content

Commit 2e7b050

Browse files
committed
Update README file
1 parent b335372 commit 2e7b050

1 file changed

Lines changed: 8 additions & 4 deletions

File tree

README.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# VDLP Basic Authentication plugin
1+
# Vdlp.BasicAuthentication
22

3-
Allows you to manage Basic Authentication credentials for multiple hostnames / environments.
3+
Allows users to manage Basic Authentication credentials for multiple hostnames and environments.
44

55
## Requirements
66

@@ -10,7 +10,9 @@ Allows you to manage Basic Authentication credentials for multiple hostnames / e
1010

1111
*CLI:*
1212

13-
`php artisan plugin:install Vdlp.BasicAuthentication`
13+
```
14+
php artisan plugin:install Vdlp.BasicAuthentication
15+
```
1416

1517
*October CMS:*
1618

@@ -20,7 +22,9 @@ Go to Settings > Updates & Plugins > Install plugins and search for 'BasicAuthen
2022

2123
To configure this plugin execute the following command:
2224

23-
`php artisan vendor:publish --provider="Vdlp\BasicAuthentication\ServiceProviders\BasicAuthenticationServiceProvider" --tag="config"`
25+
```
26+
php artisan vendor:publish --provider="Vdlp\BasicAuthentication\ServiceProviders\BasicAuthenticationServiceProvider" --tag="config"
27+
```
2428

2529
This will create a `config/basicauthentication.php` file in your app where you can modify the configuration if you don't
2630
want to use .env variables.

0 commit comments

Comments
 (0)