PHP Classes

File: config/elevenlabs.php

Recommend this page to a friend!
  Classes of Arda Günsüren   ElevenLabs Laravel   config/elevenlabs.php   Download  
File: config/elevenlabs.php
Role: Auxiliary script
Content type: text/plain
Description: Configuration script
Class: ElevenLabs Laravel
Generate speech from text using the ElevenLabs API
Author: By
Last change:
Date: 11 days ago
Size: 63 bytes
 

Contents

Class file image Download
<?php

return [
   
'api_key' => env('ELEVENLABS_API_KEY'),
];