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...
I'm building my first laravel app, which is a multidomain app with 6 domains. I'm sorry if this is a...
I'm deploying an app with fortrabbit, as you may know, fortrabbit does not uses localhost and have o...
Hi all, I am looking to create two models, both on top of the same table. I know that I could do wit...
Hello Laravel community, Has someone initiated the development of libraries to integrate VoltDB into...
Hi, I am trying to add two months to the current date : $sale->sale_date = date('Y-m-d 00:00:0...
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