I have a model called Product that has the following self referencing many-to-many relation: // pare...
Hi guys, Hope you can help me with this simple query. I have this function. public function CapT...
I have a real estate site with a master table of listings. Each listing belongs in one subdivision...
So i'm trying to update a user in the database, all names are correct however the update is only upd...
Hi, i have the following code for listing, sorting and filtering products. $query = Products::query...
I'm having an issue when rolling back a migration that drops foreign keys. I'm creating the foreign...
Hi, I have create search keyword query for my cart. If I debug query with ->toSql() it display an...
Hi! I have relationships on my User model using pivot table for usergroups public function groups()...
Hello, This is my route.php Route::get('test/{paramter1}/{paramter2}', 'Somecontroller@somemethod');...
Hai guys, just now started working laravel, i need to right an mysql query in fetching rows between...
Hello everybody, I ma using laravel 5.2 and i have 3 tables users, visits, visits_time, i have relat...
This is my code and my pdf file is into the public/image/pdf/ public function showpdf($fsr_num)...
My inserts are not inserting. I made a save method in the model so I could put in some debugging. He...
I followed the other post in stackoverflow. I had pretty much the same question but the problem is...
Some one has a hint how to make a oneToMany relation with a relation table? I have 2 tables having f...
I found this tutorial on creating dynamic filters for query builder, allowing me to quickly run thro...
Hi Someone is developing an Android app for the website i am working on. This app will have two func...
print_r(User:all()); This prints a lot of fields which are of no use to me like [hidden:protected] =...
Hello, i have general question. How do Eloquent solves cycle dependencies on the tables? Does it at...
I have this sql query, but I have no idea how to sort of write it Raw so that it can be put into my...
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