Support the ongoing development of Laravel.io →

4,608 Threads

Subquery in Laravel ELOQUENT or Query Builder

Hi All, i have some problem while i am querying using Laravel Query builder. i know how to write the...

0 Likes
2 Replies
Solved

Passing data to view

Hi All Laravel Master, Now i'm stuck and have no idea. would you please help to find out the solutio...

0 Likes
2 Replies

Cannot create product's property table which values are dependent on data type

Hi, everyone. The idea is that the site administrator will create custom product properties with dat...

0 Likes
0 Replies

Use chain relationships in a query

Hello there, I am trying to get the most descent and powerful way to make a query to my database to...

0 Likes
0 Replies

Laravel 5 - model localization

Hi, I have simple question regarding model licalization. How do you approarch this in laravel and sq...

0 Likes
3 Replies

multilingual database

I hope this thread finds everyone healthy. I am designing a multilingual database using laravel eloq...

0 Likes
1 Replies

Translation tables

Hi all, While creating a multilingual API I bumped into some problems. I have the following DB setup...

0 Likes
4 Replies

Getting data from two models

I have one table as "Consultant" and another table as "ConsultantsStatus". There...

0 Likes
0 Replies

Whats the difference with this code and which is faster

I have some confusion on what's the difference with this codes. I have been accustomed in using eloq...

0 Likes
4 Replies

Laravel 5.0 | Eloquent Eager Loading resulting only in one row.

I am trying to implement laravel elquent eager loading concept. Here are my two models and the contr...

0 Likes
1 Replies

How to create relationship between two model

Hi I am New User of Laravel so,pls can anybody help me that how two join two model i have two tab...

0 Likes
1 Replies

How to constraint eager loading with query scope for each relation?

Hi all, I am creating a admin panel and I have 3 tables in my DB: groups, roles, users. I have a man...

0 Likes
0 Replies

SQL SERVER default connection not working

Hi everyone, i found a really strange problem using sqlsrv driver for connecting to the database. If...

0 Likes
0 Replies

Laravel password hashes through native php

My code is like this : <?php echo Hash::make('12345'); ?> error : Fatal error: Class 'Hash' no...

0 Likes
5 Replies
Solved

Update multiple records using Eloquent

Hi In my controller:` $updaterec = Sme::where('rec_id', '=', $request->id)->update(['rec_id'...

0 Likes
2 Replies
Solved

Not loading some ManyToMany Polymorphic Relationships

Odd thing happening, my M2M Polymorphic relationships are being temperamental. I have the schema set...

0 Likes
1 Replies
Solved

Getting slick.js to show selected image

I'm using slick.js slider syncing function and I'm having a problem getting it to sync. I'm also usi...

0 Likes
3 Replies

Laravel Dont see my mongoDB connection

Hi. I have a problem with connect to mongodb database with laravel. I do every steps in https://gith...

0 Likes
2 Replies

Multi-tenant application approach

I'm trying to build a multi-tenant application with Laravel 5. I'm aware of already existing package...

0 Likes
3 Replies

Cannot check password hash - Why?

Hello, I developer some API with JWT and everything is working, except the change password function....

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