File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
2123To 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
2529This will create a ` config/basicauthentication.php ` file in your app where you can modify the configuration if you don't
2630want to use .env variables.
You can’t perform that action at this time.
0 commit comments