Hello guys, User has many Field Field are fixed (10 to 15), has many User and Value Value belongs t...
Hey guys. I have a question, is there a way to do some custom stuff over the values that eloquent re...
UPDATE 09/06/15 Hi, i'm quite new to Laravel, I'm trying to perform a query in Laravel 4 with Eloque...
Hello guys, I'm trying to show featured listings from sub categories in a category view. I can check...
I'm having trouble with Eloquent's hasMany() method. In short, I'm making a video website and curren...
Hi. I have a problem using the built in user support. I created a table "user" in my datab...
Basically, this an event app where customers can buy events and/or flights, hotels, etc......So you...
I am trying to query the database to get all suggestions along with the users table information howe...
@foreach( $users as $user) <td class="text-center" > {{{ Order::whereAff...
hello there, i am newbie there. im working with laravel 5, and i got a problem when i developed my w...
Hi, I want to save records for polymorphic tables. <?php namespace App\Commands; use App\Command...
I'm having a hard time getting my dynamic menu to work, it seems the array returned by database is n...
hi I'm kindly new in this community and I have a question about laravel I have already an applicatio...
I have a Contact(contacts) Model. I have a pivot Model ContactContact(contact_contact). I am trying...
I have this eloquent model query public function getemployee(){ $id = $_POST['id'];...
Hi! I have a system and i want to keep track on revisions. I found the extension Revisonable and its...
how i can attach user_id to profile table when the user register because the register in laravel 5 b...
Most of the listbox I use, make use of the lists function i.e. ->lists('id', 'name') Is there a n...
Hi folks, I'm very new to laravel and just trying to sum a column within my pivot table of a model....
I've got a form to create a new user - it has name, email, a user role and password information. Tha...
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