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?
Hi I am still learning and would just like to ask how I would refactor the following? $propertie...
I'm unable to connect with laravel 5.4 can any one help me out... Thanks in advance.
Hi there, I have created two new Laravel projects called "home" and "portal", an...
I have a question regarding configuring a laravel application to host multiple different websites us...
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...
Hello everyone, I need to call an image from outside the framework and display in my view how do I d...
Greetings to all.. I'm new in this comunity and excuse if i'm breaking any rule with this question i...
Hi to all. Since I designed my db, I came out with a self related model in my entity relational diag...
I have tried creating new vue component with the same template with the Example.vue scaffolding. Inv...
my controller public function create() { //$cities = City::lists('name' , 'id'); $cities...
What is the best approach to display data in Alphabetical order using Laravel. what is the best way...
I have a folder structure like this: -app --modules ---Account ----Views ----layout.blade.php ----a...
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...
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