I was reading the following: "Validation should happen within the context of the setter prior t...
Hello I'm learning Laravel 4, and I came up to Eloquent relationships. I have two models, user and g...
Hi, I installed php-debugbar and this is the output I get. select * from `pages`133μs256KB3000000005...
Hi I had a few tests, no problem with phpunit execution. I added namespaces to my Models and control...
Good night, In this code, i got an error that says that the variable userId doesn't exists when its...
Hi everyone I am having a slight issue with relation ships (honestly I think it's just my thick skul...
Hi, I have to insert in a table something like 18000 records. I didn't try to use Eloquent, but usin...
I'm just in my first laravel project. It has a small blog and uses notifications just like a social...
I want to mak a one-to-many relationship like in the tutorial. One To Many An example of a one-to-m...
Lets say I have a list of Status 1 - Pending Submit 2 - Submitted 3 - Extra Images Uploaded 4 - Com...
I am creating a bug tracking tool for mainly personal/in-house usage. BugSnag is kind of the motivat...
Hello, I'm a newby with Laravel but I succeed to make pages and route them with a nice URL But I'm d...
i realize the question sounds very rudimentary, but coming in from the front end side of development...
I have database insert for login, But when login correct username & passwors then show it ErrorE...
At this point I have two files in my migration folder, one to create the table with its columns, and...
I have set up two models: User and Survey and defined their relationship in the model. One user may...
I have a server running php 5.3.22. When I make a call to an eloquent model I get an error: $email =...
Hey guys, I'm trying to figure out if this is the best way to go about this. I have a tv_shows table...
Hi ! I have a lists on articles that I get from a simple Eloquent query Article::where('state', '=',...
Hi Models : There is Party (should be renamed 'game') User can register to Party then user has a reg...
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