Laravel Version: 5.8 Why doesn't https://github.com/laravel/framework/blob/5.8/src/Illuminate/Redis/...
Maybe you didn't update the APP_URL in the .env file. Have a look in the development console to see...
Use migrations. You must not edit migration files once published, add new migrations instead.
Instead of two nested subqueries you should go for 'count (distinct commentable_id, commentable_type...
Consider marking the thread as solved. If you have other difficulties please reply or consider openi...
Can you log and post the resulting query here?
The Laravel portal for problem solving, knowledge sharing and community building.