Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
freearhey committed Dec 7, 2023
1 parent 174d5d6 commit 32b4222
Showing 1 changed file with 2 additions and 12 deletions.
14 changes: 2 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,17 +20,7 @@ composer require freearhey/laravel-face-detection
],
```

3. Add an alias for the Facade to the `config/app.php` file in Laravel:

```php
'aliases' => [
...
'FaceDetection' => Arhey\FaceDetection\Facades\FaceDetection::class,
...
],
```

4. Publish the config file by running:
3. Publish the config file by running:

```sh
php artisan vendor:publish
Expand All @@ -39,7 +29,7 @@ php artisan vendor:publish
## Usage

```php
use FaceDetection;
use Arhey\FaceDetection\Facades\FaceDetection;

$face = FaceDetection::extract('path/to/image.jpg');
```
Expand Down

0 comments on commit 32b4222

Please sign in to comment.