QueryException in Connection.php line 729: SQLSTATE[HY000]: General error: 1449 The user specified a...
Hey all! I'm developing a Laravel project requiring to secure stored data. Upon analyzing the soluti...
Hi, I am studing laravel and I wuold like to devlop the firt "backend panel" using this fr...
Hello Guys , I have a filter search , and I want to search WHERE , JUST if the value is not empty ....
Hi all, Wanting to grab an entire model to dump in CSV format for a report, however, in this case, u...
Hi, I have learned how to get a token after the authorization via OAuth 2 providers (like Dropbox, E...
If I change the Migration Structure (such like CreatePasswordResetsTable) How I to change the databa...
Lets say I have the following code. $ideas=IdeaUser::join('ideas as idea', 'idea.fk_user_id', '...
When I use the code below, error occurs . DB::table('area as a') ->select('a.*', DB::...
Has anyone used the Laravel framework with Unreal Engine 4 for authentication purposes?
In a RestFul API, I want to handle the exception before sent header. How could I do that?
Fellow Laravel-users, I'm looking into encryption through laravel 5.4, and what I would like is to e...
Hi to all. Since I designed my db, I came out with a self related model in my entity relational diag...
What is the best approach to display data in Alphabetical order using Laravel. what is the best way...
I've a one DataBase(game) where some tables has own prefix and own relations which not related with...
Hi, I've installed Homestead and all it's dependencies. Everything seems to be going good, I've got...
Currently I have a problem with a relation, defined by a non integer foreign key. I know, foreign ke...
We have posts and theyneed to be sorted by Authors name and Category popularity. I have tried smth l...
i have a query like this: $sql = Trip::select('*') ->from('trips as t') -...
I am looking for a way to customize the logic that is already in place within the application (using...
Solutions given in the past year. Excluding solutions from thread authors.
Select a tag below to filter the results
The Laravel portal for problem solving, knowledge sharing and community building.
The community