Hi everybody. I have A,B,C,D 4 tables. A:id B:id,A_id,C_id C:id D:id,C_id I want to get da...
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...
Hi, I need to have some global variables (values pulled from database) that are accessible through o...
Hi. I have a problem using the built in user support. I created a table "user" in my datab...
I am trying to query the database to get all suggestions along with the users table information howe...
I would appreciate some help with routing in Laravel 5. I've got three models: ReasearchLine, Reasea...
I have a model that i like to unit test. The majority of methods use standard database functions. On...
hello there, i am newbie there. im working with laravel 5, and i got a problem when i developed my w...
hello, i'm trying to create an app that contain admin-side and client-side here is the descritpion o...
I am trying to set up my tables and wasn't getting my data into the table and tried doing DB:table('...
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 am using laravel 5 framework, need to get the path of database.php which is in config folder.. i t...
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'];...
I'm having two problems resetting my password in Laravel 5: I usually get an error saying the user...
I have this query! $query = $capsule::table('arrowchat')->join('users',function($join){ $join...
guarnieri007 liked this thread
Beginner's question... I've been using greggilbert/recaptcha for a contact form. My $rules for the f...
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