Can someone confirm that this is intended behaviour? In a model Text I have this relationship: publi...
0 down vote favorite I have three models User.php, Profile.php, CorporateProfile.php and trying to c...
Whenever i try to use a query scope it my model it returns the following error: Object of class Illu...
Hey everyone. Currently I am doing quite a crazy query which needs to do multiple joins but also nee...
Hi. I know that with Cashier you can handle easily subscriptions. But how about charging one time, f...
Hi there, new to Laravel, but getting on well! But just after some advice for a project. I have user...
I am getting an md5 string value from the URL and want to check is record present in the database ta...
I'm looking to specify in my model a hasManyThrough relationship but through a pivot table. For exam...
Just started a new Laravel app with the added knowledge of mass assignment. I'm not sure if the foll...
I've got a checkbox list that I want to be able to insert into a database based on user input. The v...
I'm trying to populate a <select> using the lists() data from Laravel and some AngularJS code,...
Hello, As I said earlier I want to make a sort of shop in laravel. Is there somewhere a tutorial wh...
Hi fellow laravel developers! I am a newbie here and is having a hard time looking for the answers t...
how i can convert this mysql query to eloquent query? SELECT tags.id,tags.name, tags.slug, count(pos...
I'm just not understanding relationships. I feel like I'm following the documentation and no matter...
Hello all! I'm using "services" (though they may not follow any specific pattern definitio...
Is is a Good practice to write my Query inside Routes file ? eg: Route::get('popular', function(){...
I am creating an attendance register that pulls names from a database based on certain criteria and...
I'm learning Laravel and have a few questions I am looking to build a relationship between 2 databas...
I have the following MongoDB document { "_id" : ObjectId("543b19a69c1edaf892de2d74&qu...
Solutions given in the past year. Excluding solutions from thread authors.
Select a tag below to filter the results
The Laravel portal for problem solving, knowledge sharing and community building.
The community