Hi, jquery autocomplete does not work if i try to get data from a db table. It works if i define the...
I'm having issues getting elastic search to work with my larval project I'm trying to index a docume...
Hello everyone ! I began laravel one week ago, and today I decided to properly use eloquent. So I wi...
What should I change to save multiple data here? Thanks in advance. This should be the output fsr_nu...
this is my PostController.php, <?php namespace App\Http\Controllers; use Illuminate\Http\Reques...
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...
Hello Im making an autocomplete search however when I type a letter instead of outputing only the da...
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) {...
I successfully deployed a laravel app on Heroku but when I run 'heroku run php artisan db:seed' I go...
I have a column in database table Category called 'no_category' by default is 1 but if user choose '...
I wanna and the index for the { $table->timestamps(); } . For quick query the some time's recor...
Hi there, I have a table called Users, and two tables called firstnames and lastnames, respectively....
I am retrieving a list of articles that belong to each blog of the current user like this: return $c...
Hi all, I've got 5.1.6 running in Homestead with postgres set as the DB in my .env file. The entire...
Hello, Here is my Row Query to get the data from database. $user = DB::table('users')->get(); I w...
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