Hey, i'm a bit of a newbie, and until now, everytime i had to pull more than 1 result from the datab...
I found namespaces usage of Laravel models being non-orthogonal. When you create relation, namespace...
http://laravel.io/bin/Qd4Ma I can't figure out what is wrong about the db relationships that I have...
I am presently using WordPress as a blogging platform. I have read an article on Codeheaps that stat...
I have created a page in laravel blade, in which I am using a lightbox plugin combined with owl cara...
<?php use Illuminate\Auth\UserTrait; use Illuminate\Auth\UserInterface; use Illuminate\Auth\Remi...
I have an issue that i can't seem to solve. My issue: I have a view where i call multiple variables...
Hello All I am confused with naming convention in laravel for model name and database table name.I h...
I have several models which share a similar schema in the database, is there a way I can create a pa...
Hey there, I would like to know, how can I bind a form to a model with another table. let's say for...
Hi all, I have tables Table Fields users id posts id, user_id, status_id status...
Having a ancestry tree of more than 2 nodes (e.g. Great Grandparent, Grandparent, Parent, Child) is...
Hi, I'm really new in Laravel. I'm follow a example in CRUD pero I have this error: Call to undefine...
I'm trying to join two queries with this statement: $item = Category::where('type', $item)...
I understand why Cache Tags aren't allowed on the File Storage/Database cache drivers. However we d...
Hi guys, I have a problem. I use two database in my application. I would like to change session driv...
Is it considered acceptable practice to use models in migrations? I've seen many code snippets where...
So i have deployed app with dploy.io, and everything works fine. Then i changed routes to test if it...
I'm going to change some models' relationship from one-to-many to many-to-many. Is there a way do ap...
can i get data in single query ? $author = Author::where('id', '=', $authorId) ->where('salt', '=...
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