Hello, I started on Laravel after a lot of sites on Codeigniter. So I try in my first dev to respect...
Hi I'm building a small site for me and my friends where we will report our golf scores so we can se...
So I'm creating a very simple project/task management application in Laravel 4 and I'm not sure how...
I am looking to create a dynamic form survey using a database with questions, answers, and associati...
Using a MSSQL DB, I have a relationship set up between Vm hasOne to Vmconfig Vm <?php class Vm...
these are my relations.. User model public function posts() { return $this->hasMany('Post'...
Hello, I'm new to the world of Laravel my first app is running ok locally through mamp when i'm tryi...
Hello. When updating data in my MySQL-Database, the updated_at column does not update its time. I am...
In my controller I have the following with $registration_data coming from the database and the xml.i...
Hello, I'm stuck with this problem. I have these databases: -users with id, first_name et cetera......
I've four tables.User,Post,Reply and Confirm tables. And the relation is User has many posts posts...
Hi there. I'm trying to do a PostGIS search using Eloquent, which works fine for simply selecting al...
However if I do return $response; all the data is perfectly displayed. It seems like json_decode onl...
Hello Laravel community, Has someone initiated the development of libraries to integrate VoltDB into...
Let's say a school has many teachers, and each teacher has many pupils. Is there an easy way of retu...
Hi, In my model I have users. Each user may have some roles. Each role have some allowed activities....
Hi, I'd need to set a default value for any Eloquent model attribute. So, for example if I try to ge...
have used pagination in laravel and that time the query is very simple. So I have manage to work on...
With the help of some nice folks over on Reddit I was able to get most of my controller functionalit...
In the User model, I've created a property called groupMembership and a method called setGroupMember...
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