Support the ongoing development of Laravel.io →

4,606 Threads

nested set MVC template

https://github.com/etrepat/baum#usage Let's ssay people start to make use of this nested set. How do...

0 Likes
0 Replies

Not working User::create

Good day. Please help me with User :: create. Adds a database null values.

0 Likes
2 Replies
posted 10 years ago

Get sum of column WHERE an id matches

I'm trying to build this raw SQL query in Laravel but I'm unable to figure it out. SELECT SUM(balanc...

0 Likes
2 Replies
Solved

Omni search very slow or times out

Someone on my team is implementing an omni search with a medium amount of data (around 10,000). It a...

0 Likes
1 Replies

Get() vs Select($cols)->get()

Let's assume we have these variables: $query = Study::join('patient', 'study.patient_fk', '=', 'pati...

0 Likes
3 Replies
Solved

best way to insert *many* rows into a table

Every night I hit my provider for an array of calls that are around 1-2k rows per night. I need to s...

0 Likes
2 Replies

Call to undefined method Illuminate\Database\Query\Builder::Parents()

I'm getting this error Call to undefined method Illuminate\Database\Query\Builder::Parents() I'm n...

0 Likes
7 Replies
Solved

Travis-CI: Running `php artisan migrate --no-interaction -vvv` displays no output, no log files created.

Hello! I'm running across an issue where none of the php artisan migrate commands give any output wh...

0 Likes
1 Replies

Call to undefined method replicate();

Hello there, I have a web app that manages gardening courses and registrations for it. While enterin...

0 Likes
3 Replies
posted 11 years ago

Stored Procedure OUT value Error

Can anybody help me with getting a stored procedure to run when it has an OUT value? If I use the fo...

0 Likes
2 Replies

Join three tables

I have three tables: attributes id name description attributes_values id attribute_id value product...

0 Likes
1 Replies

Model relationship not updated after deleting related models.

I have two model classes, Document and Segments. Document hasMany Segments. Doing $document->segm...

0 Likes
2 Replies

Specify APP string for SQLSERVER

MSSQL driver supports an additional APP string required for connecting to some specific application,...

0 Likes
0 Replies
posted 10 years ago

How does pessimistic locking work?

As far as I understand by reading about databases, a lock for update is what I need. However I am no...

0 Likes
5 Replies

decryption without specific field names

hi everybody, i am just making the change from php apps to laravel, and am hoping you guys could len...

0 Likes
1 Replies

Load data infile - where to store? Use Envoy?

Hi, This is not actually related to Laravel, but my hope is that it might be since that would mean t...

0 Likes
1 Replies

Database design question

Hello, Last year I had developed a web app for the students in my university to book washing machine...

0 Likes
8 Replies
Solved
posted 10 years ago

Polymorph relationship wrong ID in DB

Hello all! For a project of mine I have the following kind of structure in my database: animals: id...

0 Likes
4 Replies
Solved

Has one through Laravel Eloquent

I have three tables garages, cars, securities. The securities are the ones that is keeping one car s...

0 Likes
1 Replies

Password Hash not working on Model::update

Hi I am having a problem getting a password to hash when a Model::update is used. I am using the sam...

0 Likes
2 Replies

Thanks to our community

Solutions given in the past year. Excluding solutions from thread authors.

Moderators

We'd like to thank these amazing companies for supporting us

Your logo here?

Laravel.io

The Laravel portal for problem solving, knowledge sharing and community building.

© 2025 Laravel.io - All rights reserved.