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...
Hello In my job, we developed 7 years ago an Intranet without a PHP framework. The project has grown...
You can create this query SELECT * FROM users AS t1 LEFT JOIN installs AS t2 ON (t1.id = t2.usuario_...
###Here is my seeder table class class DataClassificationTableSeeder extends Seeder{ //Data Classi...
I want to mak a one-to-many relationship like in the tutorial. One To Many An example of a one-to-m...
I read the "API" and it says pretty much nothing, doesn't give a clue about what DB::getQu...
Lets say I have a list of Status 1 - Pending Submit 2 - Submitted 3 - Extra Images Uploaded 4 - Com...
Laraval is awesome in almost every way. The only thing i don't understand. Laravel supports cross-d...
I am creating a bug tracking tool for mainly personal/in-house usage. BugSnag is kind of the motivat...
Hello, In my laravel 4 application, I need to add more fields in user table. I made new migration fi...
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