Skip to content

jeylabs/aws-rekognition-sdk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Install (Laravel)

Via Composer

$ composer require jeylabs/aws-rekognition-sdk

Add the following to the providers array in config/app.php:

Jeylabs\AwsRekognition\ServiceProvider::class,

Publish the config file

$ php artisan vendor:publish