When working with Eloquent, I often find myself typing code that looks like: $someting = Email::wh...
Hi all, im stuck in relationships hell. My app tracks sports events, and i have what should be a rea...
Hi, I am making photo kiosk application. My problem is how to make an uploaded image as a product? C...
hello everyone im new in Laravel 4 (this is first time i use it) i try to make a small project using...
Hi all, I'm very green in Laravel. Could someone pls show me how i can query an existing DB? I have...
Hello everyone, I have been struggling for a few days with this problem and every possible solution...
I need to build a model that executes a query like: select * from foo right join foo_pivot on foo_pi...
$users = Users::create( (Input::only('nickname', 'info', 'age')) ); $insert = Users::create(...
Hello, I play with Laravel 5 but I have an issue with pagination. The classes Paginator and LengthAw...
There was a website for convert .mwb file to eloquent easliy. But website down. I created my website...
Hi, In my application I have a system to manage with system users (the employees). I am using Cartal...
Version : Latest 4.1 Models : http://laravel.io/bin/Dekmw $search = $this->specialization->whe...
If you receive an "InvalidArgumentException: Trailing data" exception when using Eloquent...
So i migrating my website from php only to laravel and now i getting issue with this part of code, i...
Hi, I am planning to create three tables researches resources research_resources (the costs for upgr...
Hi, I am new to Laravel and MVC development in general. I have method that imports data from a CSV f...
use Illuminate\Database\Eloquent\Collection; // actually Illuminate\Support\Collection Before calli...
Hey everyone, I want to make an automatic querybuilder that takes the params from the url in the con...
I have a table with many fields. Some of these fields I need to update, the rest leave as is. Becaus...
Hi, fnc in Eloquent Client model public function getNameAttribute() { if( $this->name) { retu...
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