Plutu Laravel
Plutu Laravel is the official package that builds upon the Plutu PHP package to simplify the integration of Plutu services into Laravel applications.
Getting started
Requirements
Installation
composer require plutu/plutu-laravelPublish Configuration
php artisan vendor:publish --provider="PlutuLaravel\Providers\PlutuServiceProvider"PLUTU_API_KEY=your_api_key
PLUTU_ACCESS_TOKEN=your_access_token
PLUTU_SECRET_KEY=your_secret_keyExamples
Last updated