I have a problem with models that get out of sync with the DB. In routes.php I have: Route::model('p...
When my database table is empty, and i get the error trying to get property of non-object. Now i get...
Hi, I need to be able to access the $site_id in most parts of my application as content will differ...
Hi, I'm new to Eloquent & Laravel. I'm following the line of thinking of using Eloquent models f...
Hello, I'm studying programming, and asking for help to make sure I understand these concepts. There...
Which is better? Using the save() method along with an if statement or without one? Is there any dif...
Hi, I would like to implement a Model without a table in Laravel. But, I could not find a help/ refe...
Is there a script to generate seeds for the US States?
A model as simple as this: <?php class Report extends Eloquent { } does not work. When calling a...
I've been struggling to figure this out, but with no result so far. This is what I have: My view:...
Hello all, Is there way to ignore duplicates records on insert. My Code Currently: // Convert json d...
Hi there, I've got a little snippet of code that really bothers me. I think a little background info...
Hello, everyone, I am new to all this, even to php, so my questions could be really silly, but any h...
Hello again, my dear fiends. So after understanding, how to order data from database in Foreach loop...
Hi, I'm new to Laravel and I really like it so far. I'm having some trouble with a multilingual data...
I Use the following code for Saving a model(Car model) wich belongs to another model (Brand Model) a...
Hi i have problem in Pagination if i click page 2, page not redirect, but url change... help me plea...
Hello everybody I have three tables for implmenting role based access control system: -users -roles...
Hi, this is my category model <?php class Category extends \Eloquent { protected $fillable = []...
I have a table which call matches , so i want to make relationship to other table teams with FK team...
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