This problem is slightly related to my previous post but NOT identical: http://laravel.io/forum/06-1...
i'm trying to run this code $AdvanceRequests=new AdvanceRequest(); $AdvanceRequests= $AdvanceReque...
Hi ,Guys Last night i was working on this project. Actually, am new bee to larvarel but , thanks to...
I have a generic user table, with created_at and updated_at timestamp columns. I'm curious if there...
Hi guys, As seen on the subject below, my Model Can't Catch the PUT Request,.. Here is the example o...
Here are the tables, and their relations that I have already setup batch (has many 'probability') t...
Hello, i have three database tables: User, Team and Relation. A user can be a member in multiple tea...
I want to create a multi tenancy application using Laravel. I am using the one database, multiple te...
Hi there. Here is my code: $personelList = App::make('MedPersonel') ->with( array('servicePri...
I found namespaces usage of Laravel models being non-orthogonal. When you create relation, namespace...
http://laravel.io/bin/Qd4Ma I can't figure out what is wrong about the db relationships that I have...
<?php use Illuminate\Auth\UserTrait; use Illuminate\Auth\UserInterface; use Illuminate\Auth\Remi...
Hello All I am confused with naming convention in laravel for model name and database table name.I h...
I have several models which share a similar schema in the database, is there a way I can create a pa...
Hey there, I would like to know, how can I bind a form to a model with another table. let's say for...
Hi all, I have tables Table Fields users id posts id, user_id, status_id status...
Having a ancestry tree of more than 2 nodes (e.g. Great Grandparent, Grandparent, Parent, Child) is...
I'm trying to join two queries with this statement: $item = Category::where('type', $item)...
Is it considered acceptable practice to use models in migrations? I've seen many code snippets where...
can i get data in single query ? $author = Author::where('id', '=', $authorId) ->where('salt', '=...
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