I have two models, Character and Tag, that are in many-to-many relationship. I'd like to be able to...
I have a system with users have countries. I have a view where I want to show a list of countries an...
What I'm looking for here, is an elegant way of creating a new Contact. As the image says, a Contac...
Using Laravel 5, how do you put models into folders? Currently mine are sitting underneath the defau...
I've created a type of forum which is sorted by "updated_at", but right now every page vie...
I keep getting this error here $regionID = $destinationQuery[0]->RegionID; It is when u'm trying...
I have an parent->child relationship where a confirmed column in the pivot table exists. Both the...
I am new in laravel 4 In my app every user my have many blog which store in in table in database Blo...
I'm building a football site, and have a problem with listing all the games the way i want. Basicall...
Hello everyone! I have the following models. Product.php class Product extends Eloquent { protected...
Hello Experts, I need small help regarding to updating profile information. im trying to update prof...
I am doing this for hashing all the passwords from previous project which was in pure PHP and rewrit...
Hello, I'am getting error when I'm using polymorphic relation. class User extends \Eloquent { pu...
When I try to save data into a pivot table I get this error. SQLSTATE[23000]: Integrity constraint v...
Hello, how to send value for options in dropdown list from array, or how to convert output this code...
I am confused with naming conventions for methods in model relationships.. If I use Camel case, the...
I have two database tables: users and students. A student is a user, but has extra data (address). I...
Is there a way to reference the base model i'm query against? $person doesn't exist yet because i'm...
i am writing my app and i have this issues with the search field from the search controller. the sea...
I am new to Laravel but started from Laravel 5.0. I got 2 tables: Doctors class CreateDoctor...
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