Support the ongoing development of Laravel.io →

Case-sensitive eager loading and string based foreign key issue

I've a one DataBase(game) where some tables has own prefix and own relations which not related with...

0 Likes
3 Replies

Problem: MySQL Workbench Connecting to Homestead (Vagrant)

Hi, I've installed Homestead and all it's dependencies. Everything seems to be going good, I've got...

0 Likes
6 Replies

Problem with non integer foreign keys hasOne/hasMany Relationship

Currently I have a problem with a relation, defined by a non integer foreign key. I know, foreign ke...

0 Likes
1 Replies

Laravel - Homestead certificates

Please read the below link to understand the issue: https://stackoverflow.com/questions/44400125/lar...

0 Likes
0 Replies

OrderBy related model?

We have posts and theyneed to be sorted by Authors name and Category popularity. I have tried smth l...

0 Likes
0 Replies

Keep getting Class not found when trying to extend a class from another class?

app/Helpers Animal.php Girrafe.php class Girrafe extends Animal{.... Error: FatalErrorException in...

0 Likes
1 Replies
posted 6 years ago

SQL Query Problem

i have a query like this: $sql = Trip::select('*') ->from('trips as t') -...

0 Likes
1 Replies
posted 6 years ago

Sessions not persisting(Laravel 5.4)

I am trying to figure out why my Sessions are not persisting. I am using the File System for session...

0 Likes
2 Replies

jquery select2 multiselect initialize selected elements

Good morning everybody, I'm stuck while trying to set initial selected options (got through an ajax...

0 Likes
0 Replies

BadMethodCallException in Macroable.php line 74: Method specialization does not exist

I am getting this small issue. Below is the source code Doctor Model: class Doctor extends Model {...

0 Likes
0 Replies
posted 6 years ago

Tinker and model mutators

I have a model that encrypts and decrypts values using mutators, as described here: https://laravel....

0 Likes
0 Replies

Overriding Admin Logic for Quick Admin Panel

I am looking for a way to customize the logic that is already in place within the application (using...

0 Likes
0 Replies

Mailgun Connection timed out, while not using Mailgun driver.

Hi, I'm getting the following error when trying to send out mails Swift_TransportException: Connecti...

0 Likes
1 Replies

unionAll give value of "DATE" column type as Hex value.

When accessing variable that is DATE type in database, the return value is in HEX (b"É\x07\x01\...

0 Likes
0 Replies

Eloquent create says column has no default value

In Laravel 5.1 I've setup my models and added the $fillable array like I usually would. My User mod...

0 Likes
15 Replies

Laravel mix versioning doesn't remove old built files

I am using Laravel 5.4 with mix to version my javascript and scss files. The problem is: it doesn't...

0 Likes
1 Replies
Solved

QueryException SQLSTATE[42S22]: Column not found: 1054 Unknown column 'id' in 'where clause'

Illuminate \ Database \ QueryException SQLSTATE[42S22]: Column not found: 1054 Unknown column 'id' i...

0 Likes
2 Replies
Solved

Socialite Multiple Facebook Providers

I have two websites that I have merged into 1 whitelabel back-end using laravel. My problem now is t...

0 Likes
1 Replies

Create a trait for requests and extend it

Hi everyone, I've two validations for requests that are now managed through two different files (cla...

0 Likes
1 Replies
posted 6 years ago

Laravel — Loop all data from multiple tables

good day. I have researched about it, but nothings matched with my problem. Here's the scenario. I h...

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