Terms table term_id name slug Term_taxonomy table term_taxonomy_id term_id description i want to...
Hey all. I'm trying to query a DB in Laravel using Eloquent. When I click the submit button on my vi...
Hi, My first post. Just wanted to say it's great to see such a good and personable and helpful commu...
Hello I need get first,last name from table users? in this function public function getAccountList()...
Hi guys, I'm in the process of rewriting a REST service, and I've decided to go with Slim Framework...
I don't quite undestand the explanations on laravel doc's http://laravel.com/docs/4.2/eloquent betwe...
quyle92 liked this thread
Hello have 4 tables users,agents,users_agents,mt4_users, I am create join between users_agents,mt4...
Hi guys, I need to select all models and see if relation exists. Here's an example: Let's say I have...
I'm having trouble understanding the Eloquent relationships described here: http://laravel.com/docs/...
Hi guys, I have a rather weird problem. Here is a simple function I wrote: $team = ProTeam::find($t...
So, I'm having some troubles installing Laravel Stapler on L5. The developer updated the dev branch...
Hi, I have a User model, and polymorphic models to define different user types - eg UserAdmin One of...
Hi everyone, This is my first post on laravel.io :) I'm getting an issue using the paginate() method...
Hey. I have pretty standart Post - Rating Models. Post Table: id, text, created_at, updated_at Ratin...
I'm trying to integrate a new Laravel app with an legacy application. That's why I'm in need to use...
I have 4 tables namely - users, user_projects, project_rooms and user_wishlists their table columns...
I am creating a finance logging system for some club managers, it logs things like payments, attenda...
Hey. I need to get the ID of pivot when inserting related items in Many to Many. Ex. $pivot_id = $pe...
Hey guys, is it possible to implement my own __call() method in Eloquent models? I created users per...
By using this code I'm trying to return the post from posts table which has the same id by {post}. R...
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