Support the ongoing development of Laravel.io →

4,599 Threads

I got this error when I add to database. But when I try to another PC theres no error yet. See error below

QueryException in Connection.php line 729: SQLSTATE[HY000]: General error: 1449 The user specified a...

0 Likes
0 Replies

SQLCipher implementation for Laravel

Hey all! I'm developing a Laravel project requiring to secure stored data. Upon analyzing the soluti...

0 Likes
1 Replies

Laravel CRUD - Admin panel Generator

Hi, I am studing laravel and I wuold like to devlop the firt "backend panel" using this fr...

0 Likes
4 Replies

Search where results only if value is not empty

Hello Guys , I have a filter search , and I want to search WHERE , JUST if the value is not empty ....

0 Likes
3 Replies

\App\Model::all() not grabbing more than 15 entries

Hi all, Wanting to grab an entire model to dump in CSV format for a report, however, in this case, u...

0 Likes
0 Replies

Socialite - How can we use the refresh token?

Hi, I have learned how to get a token after the authorization via OAuth 2 providers (like Dropbox, E...

0 Likes
0 Replies

How to update database table when change the Migration ?

If I change the Migration Structure (such like CreatePasswordResetsTable) How I to change the databa...

0 Likes
5 Replies
Solved

Join count group

Lets say I have the following code. $ideas=IdeaUser::join('ideas as idea', 'idea.fk_user_id', '...

0 Likes
5 Replies

laravel select count(b.id) left join group by, table name not format

When I use the code below, error occurs . DB::table('area as a') ->select('a.*', DB::...

0 Likes
0 Replies

[QUESTION] - Laravel 5 authentication with Unreal Engine 4

Has anyone used the Laravel framework with Unreal Engine 4 for authentication purposes?

0 Likes
1 Replies

How to prevent Model::findOrFail sent header

In a RestFul API, I want to handle the exception before sent header. How could I do that?

0 Likes
0 Replies

Encryption question - User specific data encryption

Fellow Laravel-users, I'm looking into encryption through laravel 5.4, and what I would like is to e...

0 Likes
0 Replies

Self model relation

Hi to all. Since I designed my db, I came out with a self related model in my entity relational diag...

0 Likes
0 Replies

Laravel 5 Sort data in Alphabetical Order

What is the best approach to display data in Alphabetical order using Laravel. what is the best way...

0 Likes
1 Replies
Solved

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

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
posted 7 years ago

SQL Query Problem

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

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

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.