python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Laravel blade, cannot access relationship in blade file
I have simple implementation of oneToMany, Category -> Features, but cannot access features from blade template.
Controller:
<?php
namespace App\Http\Controllers;
use App\Http\Requests\StoreVe...
Мирослав Пейчев
Votes: 0
Answers: 1
How to filter by latest status in Laravel using laravel-model-status package?
CURRENT SYSTEM:
I am using Laravel and the Spatie package laravel-model-status.
NEED:
Here is a formal description of what I am looking for:
Get a list of users whose latest status in set S is the st...
Biagio Arobba
Votes: 0
Answers: 2
Search in array within Json column with Laravel
In my Laravel project, I have a products table with a json column calle data. In the json column I have the following structure:
{
"storage" : [
{
"stowage" : 1,
...
Superveci
Votes: 0
Answers: 1
Laravel array validation in swagger
My form-data consists of an array 'items' which contains details like:
items[0][id]:1
items[0][amount]:50
items[1][id]:2
items[1][amount]:25
This is how it looks like in postman.
How can I write the ...

Devender Gupta
Votes: 0
Answers: 1