Hello everyone, In my database I have two tables: Users and Notes An User has many notes and every n...
I have a user's table for my application. I also have a pivot table for people who add other people...
Hey guys! I'm completely new to Laravel but I really like it so far :) After playing around a bit, I...
I'm following http://laravel.com/docs/eloquent#many-to-many Of course, with difference case. How to...
Hello everyone, I don't really know how to solve this in a 'proper' way, anything that I can come up...
I picked up development of an orphaned project using SimpleSAMLphp for SSO, and I'm trying to finish...
categories id, name products id, name products_categories id, product_id, category_id cards id, prod...
i have a category with many products with many pictures This returns all products for a category wit...
I have the following models (example!). When deleting a tutorial I'm expecting the 'deleted' method...
In case anyone else runs into a place where you need to bring table results and get the most recent...
I've got two tables products and artifacts who are in a one-to-many-relationship to each other. Now...
ok so I'm looking to create a system with users and admins, who will be separate. ideally i don't wa...
I am coming to Laravel from CakePHP. In CakePHP I could save a model and related models using a sing...
Hi, i tried to set table in User model like this 'protected $table = 'users_account'; ' but its...
User id Role id Pemission id read update create delete Position id ###Relationships ####User...
I couldn't find an answer to this so.... Is there anyway to limit Product::with('picture') to only g...
Hi, I wanted to create a method in the User model that behaves differently when called statically or...
Hello! I am new using laravel framework. I want a simple commenting system to my application using l...
The last time I worked me through the ideas of ValidationServices, Repositories and all that stuff....
I have a question regarding eloquent queries... The model looks like this: User->Value Value->...
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