I'm using the IoC Container to allow me to run model validation automagically, by binding a User mod...
I'm trying to figure out what would be the best way to create options for users to add friends, I ha...
How can I model dynamic tables names. For example. A product has orders, all orders for the same pr...
I just came across an example that put the validation inside of a model like so: class User extends...
I have a database seeder begins with: DB::table('lessons')->truncate(); But when I run seeder, [I...
Hi everyone, i have pretty weird problem. I am developing a project with Laravel with my laptop (XAM...
I have a post object that has comments: $post->comments now when I do a select on the comments Im...
Hi... I started using laravel 2-3 months ago and for the first time I have a problem I can't solve :...
So i have problem about many to many relationship implementation in laravel I have two model, User a...
I've users,posts,comments table. Here are my models user model public function posts() { return $...
Ok, maybe I'm tired today but I cant figure out the best way to handle this: I have a paginated view...
Hi all, I am looking to create two models, both on top of the same table. I know that I could do wit...
Hi, I am trying to add two months to the current date : $sale->sale_date = date('Y-m-d 00:00:0...
If I have two models: Institution and InstitutionStatus Is it considered bad practice to have Instit...
Hi there. I'm new to Laravel so please be gentle with me! I'm a little stumped as to how I would go...
Retrieving A Record By Primary Key $user = User::find(1); var_dump($user->name); Is there anyway...
In my Message.php model, I defined the following: class Message extends Eloquent { public functi...
Hi, I have a simple scenario here that is bugging me. There are two models: class DbNation extends E...
I'm trying to access a Model and Controller from a custom library class. I have created an app/lib f...
Is there a way to set a transient property for an Eloquent model that won't save to the database? Fo...
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