Laravel Version: 5.8 Why doesn't https://github.com/laravel/framework/blob/5.8/src/Illuminate/Redis/...
// question with id 1 has a question_score 100. $data = array(1 => 100); $syncData = array(); for...
It's not stupid. I think it is a frequent mistake. I also had to learn it the hard way. By doing suc...
Always associate two tables with their primary keys. It could happen that two users have the same na...
Pass the bookings of the user into the index view. Eager load the stores. Inside the index view you...
Is $retorno an array? It should stay an array, only the handled objects should be classes.
The Laravel portal for problem solving, knowledge sharing and community building.