I have a table ranks as position player_id 1 77 2 99 3 12 and one more table players as id na...
I'm working on an application containing log messages and users. The respective models are LogMessag...
I was reading the following: "Validation should happen within the context of the setter prior t...
Hi, I installed php-debugbar and this is the output I get. select * from `pages`133μs256KB3000000005...
Hi everyone I am having a slight issue with relation ships (honestly I think it's just my thick skul...
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 have database insert for login, But when login correct username & passwors then show it ErrorE...
I have a server running php 5.3.22. When I make a call to an eloquent model I get an error: $email =...
Hi Models : There is Party (should be renamed 'game') User can register to Party then user has a reg...
Hi, I want to create a sort of basic twitter clone as a learning project and wondered how you would...
This isn't working, and maybe it's not possible, or maybe I'm close? $allcars = $user->cars()...
I have this in my current app that I am moving to Laravel. $sql = "SELECT *, MATCH(title,captio...
Anybody know how create this SQL with Query builder: SELECT * FROM (SELECT * FROM 005_056_cola_envio...
After I ran composer update which required laravel 4.1.* all my Eloquent queries failed. The toArray...
In my controller I'm trying to delete a record from a table and the only message I get back to the c...
Howdy. I have nested resource controllers, like so: http://example.org/v1/jobs/1/departments My issu...
Anyone knows where I could find some Laravel specific Sublime Text 3 snippets? For example creating...
Hello community, I try to get data via one model from two different tables, so I want to change the...
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