Hello, when i need to use joins(), how to use it? Belongs it model or in controller? Can anyone give...
Hi there! I've just done the Blog example from the Laravel 5 Fundamentals (Laracasts) and I'm trying...
Hello, i am new at laravel, and i want to show userprofile by slug. When i use Profile::all() or Pr...
Am trying to use maatwebsite/excel to export data to excel but am unable.It come out as a corrupt fi...
If you are deploying a new version of your site, and part of your migrations involves deleting table...
Hi.. i recently changed one of my existing project to Auth. While testing i found out that all my us...
to avoid the eager loading probleme i load all relation with my object. the relation is : Transactio...
Hey, I have 3 Models that are related so : "Tutorial" belongs To "Title" that be...
I am quite confused about when, where and how I should be writing this query.. This is my array from...
Hello, I'm new with Laravel and im'trying to use as best as I can, but I'm having trouble getting...
Using $posts = Post::find($id)->comments()->get(); i can get children of single using $posts...
Hello Community... New guy here working on private project that is far simpler that my work scenario...
I know that I can use the below to eager load relationships, but how do I add "shortcuts"...
I am providing an example there are two tables paper and question in paper table {id, name} in quest...
I'm creating a relationship between a User model and Post model. I created the relationship as foll...
Trying to query a model with a lower level relationship (agreement) and I cannot seem to get chainin...
Hello! I currently have an eloquent model that has two has_many relationships. The models that are a...
Hi all, I'm really curious how the other Laravel developers are checking if an Eloquent query return...
How can i transform this format HH:MM:SS to this format HH:MM with laravel eloquent. Should i use RA...
I need to create a database that has ALMOST all tables with a prefix, but some tables can't have it...
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