Sorry for the noob question, I'm using an Instagram API library all across my website, every view us...
TL;DR how to address the same table's field in the additional condition like this: $this->hasMany...
Does Auth::user() create a database query each time I use it?
Hi guys i came from CodeIgniter! The new user of Laravel! Congrats In CodeIgniter if you create admi...
I am a bit confused on initializing my Model when the data is coming from Ajax request. For general...
I have a M2M relationship from User->Clubs with an intermediate table which contains the join dat...
Hey, lately I have got a lot of troubles with models that use the SoftDeletingTrait. If I want to ha...
Hello! I am trying to have a function called extractParameters that accepts a string, this string sh...
Good morning to all guys! I have two table. "user" and "user_user". In the table...
How are you supposed to deploy to production if the routes.scanned.php file is in .gitignore? I depl...
Hi all, so I have a large (1.7mb) jpg file that I want to allow users to download as a screen wallpa...
I have a job which has its first line Log::warning("start: $id"); and a last line Log::wa...
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;...
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