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...
How can I model dynamic tables names. For example. A product has orders, all orders for the same pr...
I have a database seeder begins with: DB::table('lessons')->truncate(); But when I run seeder, [I...
So I'm creating a very simple project/task management application in Laravel 4 and I'm not sure how...
Hi... I started using laravel 2-3 months ago and for the first time I have a problem I can't solve :...
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...
So i have problem about many to many relationship implementation in laravel I have two model, User a...
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...
Route::get('/p/{id}/{name?}', array( 'as' => 'viewItem', 'uses' => 'HomeController@viewIte...
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