Skip to content

Commit 1163f7f

Browse files
committed
Update installation instructions
1 parent f518d3d commit 1163f7f

1 file changed

Lines changed: 7 additions & 8 deletions

File tree

README.md

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,15 @@ Allows users to manage Basic Authentication credentials for multiple hostnames a
88

99
## Installation
1010

11-
*CLI:*
12-
1311
```
14-
php artisan plugin:install Vdlp.BasicAuthentication
12+
composer require vdlp/oc-basicauthentication-plugin
1513
```
1614

17-
*October CMS:*
15+
Or:
1816

19-
Go to Settings > Updates & Plugins > Install plugins and search for 'BasicAuthentication'.
17+
```
18+
php artisan plugin:install Vdlp.BasicAuthentication
19+
```
2020

2121
## Configuration
2222

@@ -26,12 +26,11 @@ To configure this plugin execute the following command:
2626
php artisan vendor:publish --provider="Vdlp\BasicAuthentication\ServiceProviders\BasicAuthenticationServiceProvider" --tag="config"
2727
```
2828

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

3231
## Enable / disable plugin
3332

34-
By default basic authentication is disabled.
33+
By default basic authentication is disabled.
3534

3635
To enable basic authentication, you have to set the env variable to `BASIC_AUTHENTICATION_ENABLED` to `true` in your `.env` file or edit the published config file.
3736

0 commit comments

Comments
 (0)