What should I change to save multiple data here? Thanks in advance. This should be the output fsr_nu...
So I've been working on a project for a few weeks now and have just picked up Laravel because of it...
I'm following along with examples in the docs, and am playing around with many to many relationships...
In my ShowController, I returned a view with variable posts, like <?php namespace App\Http\Contr...
Hi, I've got the following 2 models: Share -> hasMany() -> Shareprices in a Console Command sc...
Hello guys, i have been a little confusing to build a query as described bellow: I have a model call...
Hi dd my array looks like this: array:8 [▼ 0 => "promo\1\images\2.jpg" 1 => &quo...
Gaes How To value change in percent $chartDukungan = $dukungan->map(function ($item) {...
Hi, I'm new to Laravel framework. I'm not sure I understand how the Eloquent/Model/Database stuff wo...
I am retrieving a list of articles that belong to each blog of the current user like this: return $c...
I am trying to do a 3 levels dynamic or dependent dropdown list. i managed to fix the first two and...
Hi, What is the idea on setting up migrations with foreign keys as a fresh setup? so my idea is to b...
Hello, Here is my Row Query to get the data from database. $user = DB::table('users')->get(); I w...
Hi, When i make a migration with a string as foreign key, it don't work, but with an int its working...
Hi Gaes I encountered a problem where I want to show data by year If the variable $ year I return th...
I have a method that returns all the current user's blogs. User hasMany Blogs and Blog belongsTo Use...
Hello, could somebody kick me into right direction how to build this kind of query in eloquent: SET...
In my blog application there users can post articles and comments on there. When I go to any user pr...
I would like to insert a large number of rows into my database using chunks, but I am not sure I am...
Greeting to everybody, I'm building a pretty big and complex application in laravel 5.2. it's going...
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