I have a page that has a paginated lists of items. To narrow the list, I have a filter that is an aj...
Hi, How will I get Current Route name as in controllers like if (Route::currentRouteName() == 'XYZ')...
Hi all! I've got an Order model that hasOne('customer') bind to itself. I want to query something li...
Hi, all. I have a query builder question. I want the result to be sorted by a field in a related mod...
Hi, I have a job that creates a default profile image when an user is created. I'm doing this: image...
Hi, I will start working in a new project that requires a massive database (tens of million rows) in...
I started playing around / learning laravel. Got everything set up and made a few models: artists s...
Hi Artisans, I am trying to figure out how to reduce number of queries when I am doing this kind of...
Im trying to simply get a tree back from eloquent. Windows::with('event.action'); returns all action...
Hello guys, I'm new to Laravel. I just played around with some methods and made already a few little...
Hi guys, How to get results of secondary query? Ofc I could merge all related collections: $paramet...
Hi, I am using Laravel Homestead to get my laravel application running, but once i run the command &...
Is it possible to make the customized column in database inside a new select clause using DB::raw()?...
Hello. When trying to load pages like: localhost:8000/auth/register localhost:8000/auth/login it imm...
I am running the sample project (http://www.laravel-angular.io/#/) which at the very least has the d...
Hi!! I follow this tutorial (http://www.easylaravelbook.com/blog/2015/02/09/creating-a-contact-form-...
Is it possible to turn off eloquent events? Just temporarily, to stop myself getting into an event l...
Hello I have an error when i update belongs to relationship User Model public function profile()...
Hello, I have 3 fields : Type, NodeID and Keyword. I wish to required NodeID & Keyword if Type =...
I'm working with an AngularJS front-end and a Laravel 5.1 app. I have a route in my Laravel app whic...
Solutions given in the past year. Excluding solutions from thread authors.
The Laravel portal for problem solving, knowledge sharing and community building.
The community