Hi, i have installed Porto, and i have this issue on fresh installation
The Response content must be a string or object implementing __toString()
@fabricelepro thanks for letting me know, I'll try a fresh install right now.
@fabricelepro I just did that using composer create-project porto-sap/hello-api hello-api and it worked! can you please share with me the steps to help me reproduce your error
Hi @Mahmoudz maybe it is because i haven't redis in my computer
@fabricelepro if you are using Ubuntu you can follow this guide to install Redis on Ubuntu 16.04 or use Laravel Homestead or LaraDock as sugested on Hello-API docs... :smile:
the command "php artisan jwt:generate" dont feel the entry on the .env file. the command is correctly run
Yes, it's a know jwt-auth issue, you should copy the generated key from command line on the .ENV file key manually...
Yess. done.