I have 2 mysql databases, I try to get data from source and transfer it target, also delete current...
Have been struggling with some issues with carting service. Have been trying to integrate and replac...
I'm creating an API that dumps out query results to a json response in Lumen: $result = DB::select('...
Hello folks! How can I fire an event after one of my users successfully resets their account passwor...
Hi, I have this code: public function clansearch(){ if(((isset($_GET['clanname'])) &&...
Hello, I've a question. I have a database, which looks like this (without unnecessary attributes): U...
Here are my models: class Group extends Eloquent { public function members() { return $...
Hi guys, I was trying to get some work done today, but I got stuck on something. I've got 3 tables:...
Hey guys, I have been wanting to implement fast and easy the index and the show methods for my neste...
Note: this is a crosspost of: http://stackoverflow.com/questions/33674198/laravel-eloquent-eager-loa...
Hi, I fetch data from database, then i have to sort it that way: $document->details = $document-...
I have a Favourite Model which will store many different types of favourites (favourite quiz, questi...
I didn't see in the documentation how to use eloquent for querys in the pivot table. Having: posts...
Hello, When I need details tables without laravel I use a pk compound column, however I was reading...
Im on Laravel 5.1. I'm manually setting a field on a create model: User::create([...
I’m learning a lot about these eloquent relationships but I’m not quite there in my understanding. I...
Categories id | title | parent_id Products id | title | category_id The categories table self join...
I have a object ($project) in Blade. When I do a {{ var_dump($project) }} I get: object(stdClass)[60...
Hi, I'd like to know if there is a way to serialize an eloquent model so I could, in the future dese...
I built a simple CRUD app using Laravel that uses a single main table and Laravel's built-in user au...
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