Skip to content

Commit

Permalink
need to actually publish this file for some reason
Browse files Browse the repository at this point in the history
  • Loading branch information
HelgeSverre committed Oct 5, 2023
1 parent 729cbed commit adc8353
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,15 @@ Install the package via composer:
composer require helgesverre/receipt-scanner
```

This package uses the [OpenAI Laravel Package](https://github.com/openai-php/laravel), so you need to add the
This package uses the [OpenAI Laravel Package](https://github.com/openai-php/laravel), so you need to publish their
config and add the
following to your `.env` file:

```shell
php artisan vendor:publish --provider="OpenAI\Laravel\ServiceProvider"
```

```dotenv
OPENAI_API_KEY="your-key-here
```

Expand Down

0 comments on commit adc8353

Please sign in to comment.