Support the ongoing development of Laravel.io →

4,311 Threads

How to do multi update with increment

i have a array, store ID, and i wanna do update their position number. something like: UPDATE table...

0 Likes
0 Replies

Same constellations but different sollutions, why?

I'm trying to figure out why a specific constellation doesn't work in the same way, maybe some of yo...

0 Likes
0 Replies

How to delete column contents and save it to database?

I have following code: public function delImage($path, $id) { $page = Page::find($id); \File::d...

0 Likes
1 Replies

Eloquent Query Joins

is there any possible way to join tables with eloquent queries? i have 3 tables Users, Blogs & B...

0 Likes
5 Replies

cviebrock/eloquent-sluggable collisions to my Routes

hi, i use cviebrock/eloquent-sluggable (https://github.com/cviebrock/eloquent-sluggable) My slugs ar...

0 Likes
0 Replies
posted 10 years ago

Retrieving records that don't have a pivot table match

Hello, I have 3 database tables, as follows. Tracks ID Name Tags ID Name Tracks_Tag track_id tag_id...

0 Likes
0 Replies

Eager Loading Validation in Laravel

I am having some trouble figuring out how to validate that an entire eager loaded query is valid bef...

0 Likes
0 Replies

Query with binding fails but works when using direct input injection

Hello there, i've got an issue with a full text query, that is not running properly when using bindi...

0 Likes
1 Replies

Filter Relation Collection

Hi, i have develop an application with Laravel for the first time and everything works fine. But i h...

0 Likes
0 Replies

ManyToMany where

Hello, I have 3 tables: products (->belongsToMany('Series')) series (->belongsToMany('Product...

0 Likes
8 Replies

Transition to Laravel

Hello Laravel community, I currently run on the usercake php platform, which is just comprised of a...

0 Likes
2 Replies
Solved

Access to static functions if I inject a Model instance into BasicRepository

How could I do to get access to the all(), find(), and all Model static functions if I'm using an in...

0 Likes
6 Replies
Solved

laravel on opensuse connecting to microsoft SQL server

Hi.. I am getting very confused at present at what is need to connect a linux laravel to a microsoft...

0 Likes
4 Replies
Solved

Retrieving and displaying MongoDB document content in Laravel 4 with Jenssegers Laravel library

How do I write a model that returns all the content of a document in a MongoDB database? I am trying...

0 Likes
3 Replies
Solved

Query relations - Forgets to put the table name in query

Hi! I have a structure like this : User Organizations_users Organization I want to check for the cur...

0 Likes
3 Replies

A question to ask about users table and user authentication

Hey people, I've some question to ask and i need some help and guidance and your expertise advises....

0 Likes
0 Replies

How would you handle user image and default value

I have 2 table: users id, username, email, profile_image user_images id, user_id, file a user prof...

0 Likes
1 Replies

How to pull data from 2 tables that associate to 1 table?

I have users table that is associate to 2 other tables: posts, videos. And i want to pull all the da...

0 Likes
1 Replies

Create Webhook with Api and events

Hello, I want to create the api with webhook and events. So please help me that how to create and ca...

0 Likes
0 Replies

Custom Pivot for MorphMany relationship

Hi everybody I'm trying to create a custom pivot for a MorphMany relationship. I've done it the usua...

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