LaravelPackages.net
Acme Inc.
Toggle sidebar
scriptburn/googlespeech

Google text to speech

8
0
1.0.3
About scriptburn/googlespeech

scriptburn/googlespeech is a Laravel package for google text to speech. It currently has 0 GitHub stars and 8 downloads on Packagist (latest version 1.0.3). Install it with composer require scriptburn/googlespeech. Discover more Laravel packages by scriptburn or browse all Laravel packages to compare alternatives.

Last updated

alt text

Installation

$ composer  create-project scriptburn/googlespeech 

Make sure to update Db connection string in .env file

and update GOOGLE_APP_CRED inside .env with the name of your google credential json file which must must be copied on root of application (not in public folder)

make sure to give storage folder write permission

create folder storage/framework , storage/framework/cache ,storage/framework/sessions ,storage/framework/views

publish resources with "php artisan vendor:publish " and choose adminlte

Star History Chart