scriptburn/googlespeech

Google text to speech

1.0.3 2018-06-07 11:46 UTC

This package is auto-updated.

Last update: 2024-03-30 00:29:59 UTC


README

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