I might be overlooking this in the docs (Laravel 4.0) but I need to know how to query a many-to-many...
In the ./application/start.php file, is there a way to respond with the 500 error page here, before...
Hey, I'm working on an app made on Laravel where i have to host multiple domains. It's an Project Ma...
HI I have recently posted this questions on stack overflow. I was hoping someone here would know the...
"Popularity" is a Laravel 4 package for tracking popular Eloquent elements of a website in...
Hi, For a client we've building a Laravel 3.x application for his business. We decided to focus our...
Hello. I am going to use laravel.io as a medium for rambling on my thoughts about programming. Whene...
I'm very new to Laravel and kind of new to PHP. So if my terminology is off or I don't give enough i...
From the Starting with Laravel 4 book I have two models files named Cat.php and Breed.php in my mode...
Hello, I started on Laravel after a lot of sites on Codeigniter. So I try in my first dev to respect...
I am following a tutorial in phpacademy... I'm using ubuntu. I got an error : "Error in excepti...
I'm planning to setup Memcache and APC. Question 1 , If i use File as default cache, does it cache t...
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...
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...
Hello, I'm stuck with this problem. I have these databases: -users with id, first_name et cetera......
Hi, I have just uploaded my Laravel backend and Angularjs front to Fortrabbit and I am having issues...
I've four tables.User,Post,Reply and Confirm tables. And the relation is User has many posts posts...
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