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...
I am presently using WordPress as a blogging platform. I have read an article on Codeheaps that stat...
I have created a page in laravel blade, in which I am using a lightbox plugin combined with owl cara...
<?php use Illuminate\Auth\UserTrait; use Illuminate\Auth\UserInterface; use Illuminate\Auth\Remi...
I have an issue that i can't seem to solve. My issue: I have a view where i call multiple variables...
Solutions given in the past year. Excluding solutions from thread authors.
The Laravel portal for problem solving, knowledge sharing and community building.
The community