Hey all, <?php $offers = Car::with(array('Bids' => function($query){ $query->o...
Hello, I use the baum nested sets package for my laravel project to create parent and child categori...
Hello, I have 2 tables (or more) with relations, user_details and addresses. class UserDetail extend...
Hi, I am coming from CodeIgniter Development and am fresh to Laravel. Unfortunately I have troubles...
Hey Is there a neat way to make small inline sections yet? Inline as in, on the same line. I tried...
Hello, Can anyone please help me get a basic test up and running? I have my test file FooTest.php in...
hi all, i'm want to do pagination with eager loading and i also want to show like 5 next article lin...
Hi, a create a DashboardController (copy of HomeController) <?php namespace App\Http\Controllers;...
Please, how can i return the $errmsg to the view. since i already have withInput and withErrors...wh...
Hey developers, I know global variables are the tool of the devil, but I'd imagine a globally define...
I hope I am able to explain this, so that you will understand what I'm trying to obtain. I think my...
I know about the (saving,saved,updating,etc.) model events. But my problem is slightly different. I'...
Hi I'm having trouble converting a mysql query that I've been working on into a laravel eloquent que...
Hi there, I have a ServiceProvider which registers my binding for my interfaces. This works totally...
Hi, I've installed administrator but I can't manage to make it work. I'm always getting this error:...
which one "workbench" or "module package" to create multiple projects/sub app. P...
Hi! I've been reading up a bit about Hexagonal Architecture and i really like the concept. In a proj...
Hi, I have a Laravel 4 application working fine on my local machine. I've cloned it onto my VPS. Whe...
I'm trying to setup a Homestead environment and I'm having some issues when running 'vagrant up'. I'...
How can I call a method on all pages? I want to be able to make redirects with messages and attribut...
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