Skip to content
This repository was archived by the owner on Jul 24, 2023. It is now read-only.

Commit ebb79a9

Browse files
committed
Spacing.
1 parent 83f8af8 commit ebb79a9

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

readme.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,28 +41,29 @@ To use Adldap2-Laravel, your application and server must meet the following requ
4141

4242
## Installation
4343

44-
Run the following command:
44+
Run the following command in the root of your project:
4545

4646
```bash
4747
composer require adldap2/adldap2-laravel
4848
```
4949

50-
Then run `composer update`.
51-
5250
> **Note**: If you are using laravel 5.5 or higher you can skip the service provider
5351
> and facade registration and continue with publishing the configuration file.
5452
5553
Once finished, insert the service provider in your `config/app.php` file:
54+
5655
```php
5756
Adldap\Laravel\AdldapServiceProvider::class,
5857
```
5958

6059
Then insert the facade:
60+
6161
```php
6262
'Adldap' => Adldap\Laravel\Facades\Adldap::class
6363
```
6464

6565
Publish the configuration file by running:
66+
6667
```bash
6768
php artisan vendor:publish --tag="adldap"
6869
```

0 commit comments

Comments
 (0)