I have created an education learning platform using Laravel framework. On this platform 3 type of us...
I have trying to convert two laravel collections in to string using json_encode($collection_array),...
I am implementing pivot table with multiple foreign keys Laravel 5 Eloquent. Already read these link...
I have a Favourite Model which will store many different types of favourites (favourite quiz, questi...
Hi All, I have below mentioned relationship in my L5 App. 1.Quiz -----one to many-----...
thomastkim said: Have you tried this? $quiz = App\Quiz::with('sections.questions.AnswerChoices', 's...
thomastkim said: I'm not seeing a question here. Lol. Do you want to return both AnswerChoices and...
Question Model have ONE TO MANY relation-ship with AnswerChoice and MatchingQAnswerChoices. At a tim...
Hi All, If I am using GET method, my code is working fine. #view :- test.blade.php <html> <...
The Laravel portal for problem solving, knowledge sharing and community building.
The community