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...
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...
Hello, I have a form with select name "interests" and i present multiple options so i am u...
In the User model, I've created a property called groupMembership and a method called setGroupMember...
Retrieving A Record By Primary Key $user = User::find(1); var_dump($user->name); Is there anyway...
Hello guys, I got this big question on this scenario: I'm building a easy post and comment system, b...
Hi, I have a simple scenario here that is bugging me. There are two models: class DbNation extends E...
Hi Guys I am saving a connection to a remote database in a static class variable. I can mock the con...
Is there a way to distinguish between an authenticated user session, and more transient session data...
I recently added a migration to my project to change the length of a varchar column. It looks like t...
app/filters.php App::before(function($request){ $sys_message = DB::table('u_message')->where(...
Hey guys, i've been looking for example about dynamic constraints using eager loading, but many exam...
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