https://github.com/etrepat/baum#usage Let's ssay people start to make use of this nested set. How do...
Good day. Please help me with User :: create. Adds a database null values.
I'm trying to build this raw SQL query in Laravel but I'm unable to figure it out. SELECT SUM(balanc...
Someone on my team is implementing an omni search with a medium amount of data (around 10,000). It a...
Let's assume we have these variables: $query = Study::join('patient', 'study.patient_fk', '=', 'pati...
Every night I hit my provider for an array of calls that are around 1-2k rows per night. I need to s...
I'm getting this error Call to undefined method Illuminate\Database\Query\Builder::Parents() I'm n...
Hello! I'm running across an issue where none of the php artisan migrate commands give any output wh...
Hello there, I have a web app that manages gardening courses and registrations for it. While enterin...
Can anybody help me with getting a stored procedure to run when it has an OUT value? If I use the fo...
I have three tables: attributes id name description attributes_values id attribute_id value product...
I have two model classes, Document and Segments. Document hasMany Segments. Doing $document->segm...
MSSQL driver supports an additional APP string required for connecting to some specific application,...
As far as I understand by reading about databases, a lock for update is what I need. However I am no...
hi everybody, i am just making the change from php apps to laravel, and am hoping you guys could len...
Hi, This is not actually related to Laravel, but my hope is that it might be since that would mean t...
Hello, Last year I had developed a web app for the students in my university to book washing machine...
Hello all! For a project of mine I have the following kind of structure in my database: animals: id...
I have three tables garages, cars, securities. The securities are the ones that is keeping one car s...
Hi I am having a problem getting a password to hash when a Model::update is used. I am using the sam...
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