ablegroup / glair-ai
glair-ai package
Installs: 13
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/ablegroup/glair-ai
Requires
- php: ^8.0
- ext-openssl: *
README
Installation
composer require ablegroup/glair-ai
1. Add the Service Provider
Serengiy\GlairAI\Providers\GlairAIServiceProvider::class
2. Publish the Configuration File
Run the following Artisan command to publish the SendPulse configuration file:
php artisan vendor:publish --provider="Serengiy\GlairAI\Providers\GlairAIServiceProvider"
3. Add Environment Variables
Add the following configuration values to your .env file:
GLAIR_OCR_BASE_URL=YOUR_BASE_URL GLAIR_API_KEY=YOUR_API_KEY GLAIR_USERNAME=YOUR_GLAIR_USERNAME GLAIR_PASSWORD=YOUR_GLAIR_PASSWORD