I am new to Laravel and Eloquent. Would someone please recommend an approach with Eloquent to dynami...
Hello, I am having a problem with creating my models. I have 2 models, User , and Safe (the user's &...
Dear Laravel.io members, Last month I started with getting known to L5. I'd like to create a multi-s...
I appreciate any response to this. I don't need any code examples, but mainly direction or perspect...
Hi all, i have a form that should me make a creat one invoice. One Invoice hasMany Products. So i ca...
I have a trait with a boot method that adds an observer to the model which sets a field on creating....
Ok, I'm sure it simple, but I've been pulling my hair out on this one... My model file: Handicap.php...
It seems like errors are more vague than they used to be. When there was an error, it used to displa...
i'm using mysql and a stored procedure. my model looks like this class TaskAssignment extends Eloque...
Hiya guys! I'm implementing Repossitory pattern for my Eloquent model. I actually have a little prob...
I have a Show model with a show_type column. This is a hasOne relationship to a ShowTypes model. The...
Hi, I'm using the same model ,e.g. query for displaying paginated results and total results. The re...
Can someone explain me why i get this error below? I dont realy understand it. Please explain for pe...
I'm using the following code to make a automatic join with the Model's relationship so I can pull so...
I am sent postcode/ZIP tables on a quarterly basis. They are named yyyymm_postcode (eg "201504_...
Hi guys, Do you know how I can rewrite this query so that orderBy actually works? http://laravel.io/...
Hello, do you have any idea about a workaround getting an email address for oAuth twitter user for S...
In Controller $issues = DependencyIssue::with('levels')->get(); And in view I am trying to acces...
I am new to Laravel. I have seen few tutorials and few code snippets on stackoverflow.com. Few show...
Hi Guy: When i create a model, for some reasons artisan also create Migration files. see below ubunt...
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