I've just installed laravel 5.3.16 And I've added composer require jenssegers/mongodb package to my...
I'm following the Laravel from Scratch series from laracasts and am trying to build my own website....
Suppose I'm familiar with developing applications in Codeigniter, but now I'd like to start using La...
I am trying to implement a DB schema in which I have users that belong to one organization or more,...
Hello! I've got a following many-to-many relation: attendees - attendee_tag - tag where attendee_ta...
So I have relations : class Folder extends Model { public function files() { return...
I am checking the memory usage in normal PHP as well as Laravel and Laravel is consuming more memory...
Hi, I am having an issue with the Eloquent's cursor method. foreach (ORM::where('sent', false)->w...
In my application I am trying to get the user logged in via social media such as Instagram. With the...
Good morning, how to do the query below add the two counts and calculate the percentage of one resul...
I am using Laravel 5.4 and MYSQL I have a table 'products' and a related attribute table 'products_a...
Hi guys, I would love to hear your opinions. I think that SQL sucks. I consider it one of leftovers...
Hello everyone, I'm starting with Laravel and I'm really enjoying it. I need your help, I need to qu...
I use Lumen and I get this error when I use the first() method to get a single result from a query:...
Hi, I'm using Laravel 5.1 It is possible to construct this query with eloquent ORM? SELECT SUM(CASE...
is there any way on how to save a Whole batch of file using eloquent ? For example I have a 1000 ite...
Hi Everyone! I am working on building out charts and a little confused on the best approach. I am lo...
Hi, I am having problem with my query. I have 4 tables users,prospects,leads,items. All of them rela...
I have an interesting conundrum where creating a query in Laravel is giving me an error, but if I co...
Hi, I would like to know if there is a way to define a relationship as a union of two tables? I've a...
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