Support the ongoing development of Laravel.io →

maneeshpatel

Joined 1 Sep 2014

Statistics

Threads 5
Replies 6
Solutions 0
Articles 0
posted 7 years ago

Client package for Laravel Application.

I have created an education learning platform using Laravel framework. On this platform 3 type of us...

0 Likes
0 Replies
posted 8 years ago

Failed calling Illuminate\Database\Eloquent\Collection::jsonSerialize()

I have trying to convert two laravel collections in to string using json_encode($collection_array),...

0 Likes
0 Replies

Triple foreign key BelongsToMany Relations returns null in Laravel

I am implementing pivot table with multiple foreign keys Laravel 5 Eloquent. Already read these link...

0 Likes
0 Replies

Getting all from a polymorphic one-to-many relation with eager loading

I have a Favourite Model which will store many different types of favourites (favourite quiz, questi...

0 Likes
0 Replies

Conditional Nested Eager Loading in Eloquent.

Hi All, I have below mentioned relationship in my L5 App. 1.Quiz -----one to many-----...

0 Likes
5 Replies
replied 8 years ago

Problems with Auth::user()

please share ur table structures.

0 Likes
replied 8 years ago

Conditional Nested Eager Loading in Eloquent.

thomastkim said: Have you tried this? $quiz = App\Quiz::with('sections.questions.AnswerChoices', 's...

0 Likes
replied 8 years ago

Conditional Nested Eager Loading in Eloquent.

thomastkim said: I'm not seeing a question here. Lol. Do you want to return both AnswerChoices and...

0 Likes
replied 8 years ago

Conditional Nested Eager Loading in Eloquent.

Question Model have ONE TO MANY relation-ship with AnswerChoice and MatchingQAnswerChoices. At a tim...

0 Likes
replied 9 years ago

Ajax database record creation not working!

Hi All, If I am using GET method, my code is working fine. #view :- test.blade.php <html> <...

0 Likes

We'd like to thank these amazing companies for supporting us

Your logo here?

Laravel.io

The Laravel portal for problem solving, knowledge sharing and community building.

© 2024 Laravel.io - All rights reserved.