However if I do return $response; all the data is perfectly displayed. It seems like json_decode onl...
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...
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...
Let's say a school has many teachers, and each teacher has many pupils. Is there an easy way of retu...
If I have two models: Institution and InstitutionStatus Is it considered bad practice to have Instit...
Hi, In my model I have users. Each user may have some roles. Each role have some allowed activities....
Hi there. I'm new to Laravel so please be gentle with me! I'm a little stumped as to how I would go...
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...
With the help of some nice folks over on Reddit I was able to get most of my controller functionalit...
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...
In my Message.php model, I defined the following: class Message extends Eloquent { public functi...
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...
Retrieving a datetime field which is YYYY-MM-DD and I need to display it as dd/mm/yy. So I am using...
Some background: I've been working with L4 for about 6 months doing things the "pretty" wa...
Hi all, I've this lil class that helps me in building a form for a specific case: Invoice Infos http...
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