Hi all! I'm extending a Model Collection to customize some features but I have to manual insert new...
I'm getting started with Laravel, and learning as I go. I'd like to know the best way to tackle this...
Hello everyone, i have a new project where i developed a different way to manage sessions. So i crea...
This problem is slightly related to my previous post but NOT identical: http://laravel.io/forum/06-1...
i'm trying to run this code $AdvanceRequests=new AdvanceRequest(); $AdvanceRequests= $AdvanceReque...
Hi ,Guys Last night i was working on this project. Actually, am new bee to larvarel but , thanks to...
I have a generic user table, with created_at and updated_at timestamp columns. I'm curious if there...
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....
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...
Why this does not work? class Condition extends Eloquent{ protected $connection = 'another-databas...
Hi there. Here is my code: $personelList = App::make('MedPersonel') ->with( array('servicePri...
Hey, i'm a bit of a newbie, and until now, everytime i had to pull more than 1 result from the datab...
http://laravel.io/bin/Qd4Ma I can't figure out what is wrong about the db relationships that I have...
Hello All I am confused with naming convention in laravel for model name and database table name.I h...
Hi all, I have tables Table Fields users id posts id, user_id, status_id status...
Hi guys, I have a problem. I use two database in my application. I would like to change session driv...
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