Here's my Level model: class Level extends Eloquent { protected $table = "levels"; }...
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...
Hello, My query is returning the wrong product. My Order.php has a relation of public function items...
These are my models User public function posts() { return $this->hasMany('Post'); } P...
$userCollection = DB::table('collections') ->whereIn('user_id', array())...
Hi, I'm having a problem. Using migrations I create the following field: $table->boolean('is_clos...
HI I have recently posted this questions on stack overflow. I was hoping someone here would know the...
The following would give me collection without Items. $collectionList = Collection::where('user_id',...
Hi, First question: What options should foreign keys use? Guarded? I have an Article object that has...
Hi, What would be the best method to set up a script/command to run through general migrations as we...
Hi, Q1, Is there anyway i can see how Memcache works? with laravel? What does Laravel set in the Key...
"Popularity" is a Laravel 4 package for tracking popular Eloquent elements of a website in...
Hello All, I have a self project. I am trying to create an application that can track my financial s...
Hi Every body, my code is here http://laravel.io/bin/NmmV Categoria -> Fisrt Model, parent of the...
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...
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