Hello, I had a question about nested forms and models in laravel. Let's say I want to create a mode...
Hey, Not entirely sure if I'm overthinking this, but on my site there are user profiles, and I want...
Hi, so i am new in Laravel. I want to use repository pattern, and here my problem: here is my interf...
Instead of having my database column named "username" or "email", how can I set...
Hi all, I have the following query: $posts = Post::with( 'comments' => function($c) {...
Hello, i have three database tables: User, Team and Relation. A user can be a member in multiple tea...
Hello All, I am new to the Laravel, and to web Development too, but was very impressed with the fram...
I've got a form that needs to update multiple rows with different id's at once. Like a spreadsheet....
Hi guys, So I am aware that you can authenticate users using Auth::attempt() and setting parameter t...
I want to create a multi tenancy application using Laravel. I am using the one database, multiple te...
As always run the SET of solution? Problem: SELECT failed because the following SET options have inc...
I tried to send a response after setting: Config::set('session.driver', 'array'); But I still get a...
I would love to try out this software and I am wondering if anybody has set this up on codenvy or co...
Why this does not work? class Condition extends Eloquent{ protected $connection = 'another-databas...
somebody knows on any "laravel reports generator package" I would really want it, and mayb...
Hi there. Here is my code: $personelList = App::make('MedPersonel') ->with( array('servicePri...
Hello, i'm a newbie with laravel, and so far i managed to make a good and working code only with the...
Hey, i'm a bit of a newbie, and until now, everytime i had to pull more than 1 result from the datab...
I found namespaces usage of Laravel models being non-orthogonal. When you create relation, namespace...
http://laravel.io/bin/Qd4Ma I can't figure out what is wrong about the db relationships that I have...
Solutions given in the past year. Excluding solutions from thread authors.
The Laravel portal for problem solving, knowledge sharing and community building.
The community