My question is in regards to doing this: $user = User::find(1); $user->email = '[email protected]'; $u...
Hi, this is my first thread so if I doing wrong some things please don't hate me :) I'm using Migrat...
Hi. I have this table: Schema::create('maps', function($table) { $table->engine = 'InnoDB'; $...
Can't get this to work properly. The results are not ordered by date and I get duplicates for each c...
tableA that contains 2 particular columns. idA, idB tableB has 1 column that those are mapped to. id...
Hi, I've read the eloquent docs, but can't seem to find the answer - am I missing something? I am tr...
Hi all, I have an issue I can't seem to figure out..... I want to use Ajax/jQuery to get data from a...
Laravel has a first method when accessing an Eloquent model, but is there a way to get the last reco...
Hi! I'm really newbie and I'm not sure how to do queries with Eloquent. My SLQ query is this: SELECT...
i have this join: $mains = Main::join('builds', 'mains.build_id','=','builds.id')->where('builds....
i have an form that is set to upload an image and update a database with the image data (if needed)....
My application has to adapt to an existing database which uses integer timestamps instead of string...
Hi Team, I have an application that uses multiple database servers and each db server has two databa...
Hi! I have a little problem that I'm not quite sure how to solve it. To simplify, lets say that I ha...
Hi everybody, I'm just getting started with Laravel and SOLID development, and I'm having trouble fi...
as I can construct the following sql statement SELECT (first_name || ' ' ||last_name) as name,t1.id...
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...
Alright so my PDO connection keeps failing for what seems like no reason. I created a separate site...
Hi, I have to insert in a table something like 18000 records. I didn't try to use Eloquent, but usin...
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