Support the ongoing development of Laravel.io →

4,597 Threads

Bug with sync()?

Hi! I have a form where you edit data, submit to save it, and then return to the same edit view agai...

0 Likes
3 Replies

DB design & Eloquent: two models related to one category

Hi guys! I'm building a website for a client where there is a catalogue/e-commerce section and I've...

0 Likes
0 Replies

Laravel 4 Auth::attempt fails

This is my stackoverflow topic: http://stackoverflow.com/questions/24477170/laravel-4-authattempt-fa...

0 Likes
2 Replies
Solved

Two way friendship

I have created model so that users can be friends. I have table user_friends where user_id and frien...

0 Likes
0 Replies

Raw statement in Laravel's Eloquent whereIn method

I would simply like to run such query: select * from `users` where SUBSTRING_INDEX(`email`, '@' ,-1)...

0 Likes
0 Replies

Insert values to config files at run time

Hi guys, Is there a way to insert values to the database config file at the run time ? I am developi...

0 Likes
0 Replies

Laravel belongsTo not working

I have 2 models in my app, 'User' & 'MedicineType' (each User belongs to one MedicineType). I ma...

0 Likes
2 Replies
Solved

Laravel/Eloquent many-to-many query with a logical "and"

I have a many-to-many relationship between my "resources" and "category" tables,...

0 Likes
0 Replies

I need to make following system between members of the site such as Twitter

I need help in the make of the Relationships between him and User model

0 Likes
4 Replies
Solved

Misunderstanding of belongsToMany relationship

Hello! I'm trying to save part of a form data to a pivot table. This works fine while saving, but I'...

0 Likes
0 Replies

My GET input isn't logging to DB

Trying to create a simple input method. My DB table (comments) contains an increment "id",...

0 Likes
2 Replies
Solved

Polymorphic Relationship on a Pivot Table (but not the way you think)

I need to establish a T-shaped relationship between three models. Here's my current schema: users...

0 Likes
0 Replies

Weird problem in Model/Eloquent with 1 to many relatshionship

Hi everyone! I have a partial problem in 1 to many relationship. I am trying to create 3 AJAXed drop...

0 Likes
4 Replies
Solved

Unlimited Depth Nested Eloquent Collection

I am currently building a menu/category package for my blog which should have the ability to be unli...

0 Likes
3 Replies

Database connections not picking up .env.local.php settings within my connections array

i updated to the latest Homestead package and then run the set up. All went well except when then ru...

0 Likes
2 Replies
Solved

How to sync pivot data via morphedByMany ?

Hello ! i'm trying to sync a polymorphic pivot table from the morphedByMany side of a relationship....

0 Likes
0 Replies

Laravel 4: Updating table Joins with form model binding

​​ I once did an eager loading query and it worked. Then using model binding i'm trying to update my...

0 Likes
0 Replies
posted 10 years ago

A preg_replace() error during db insert

I don't know but it seems that Laravel suddenly doesn't want to insert my data. I receive this error...

0 Likes
0 Replies

One to One Relationship with two fields(columns) connection, how?

I have three table: table HouseHold(HouseHoldID) table Member(HouseHoldID,MemberID) table PatientCa...

0 Likes
2 Replies

Can I improve my DB::select query?

Hi, It seems a bit overkill what I have, after some searching I finally got my query working but not...

0 Likes
0 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.

© 2024 Laravel.io - All rights reserved.