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...
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...
Hello Laravel community, Has someone initiated the development of libraries to integrate VoltDB into...
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...
In the User model, I've created a property called groupMembership and a method called setGroupMember...
Hello guys, I got this big question on this scenario: I'm building a easy post and comment system, b...
Is there a way to distinguish between an authenticated user session, and more transient session data...
app/filters.php App::before(function($request){ $sys_message = DB::table('u_message')->where(...
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