Support the ongoing development of Laravel.io →

1,489 Threads

Standard Output Single Column From Collection

Hi, I'm new to laravel and wonder if someone could put me out of my misery with this simple piece of...

0 Likes
1 Replies

API only, no blade needed.

How do you properly set up a Laravel back-end API only with Angular front end so that Laravel does n...

0 Likes
6 Replies
posted 9 years ago

Blade @extends hierarchy reflection?

How can I determine in a view composer's code what blade template a given blade template @extends? R...

0 Likes
0 Replies
posted 9 years ago

feature request - blade - foreach where

Currently, I'm doing this: @foreach($field->options as $option) @if ( 1 != $option->deleted...

0 Likes
2 Replies

From migration to crud

is possible form migration file make a CRUD, create controller, model and view. Thanks

0 Likes
0 Replies

Laravel Loading Animation

I am using the Laravel framework for my PHP Webapp. I am executing some SELECT queries which can tak...

0 Likes
5 Replies

How to pass value to var in template

Hi: I have this view: $post->user->name I can call it in the post page successfully Now i nee...

0 Likes
2 Replies
Solved

When i try to access to the view , it transforms into the type " www "

Hello , I will try to explain it . I created my website and i name it notas.ues and in the hosts fil...

0 Likes
0 Replies

Self reference table

I didn't set the model for this table. But i would like to know how to process it in the view. Do I...

0 Likes
2 Replies

Foreach click tab active

Hello My dear laravel buddies, i have my e-shop, so here i have an issues for click tab with active...

0 Likes
0 Replies

Laravel 5.1 - Ajax navigation, problem on refresh

Hi, My app needs to load my views from navigation by ajax call using jQuery's load() method. But whe...

0 Likes
1 Replies

how to put some parameters out of view (blade) file?

I have in some blade PHP files put following row with definition of parameter: <?php $WebBasicLo...

0 Likes
0 Replies

Problem routing

After loading the view with the columns, there are three opciones: add data, edit or remove current...

0 Likes
2 Replies

Managing multiple models with a single set of index/create/edit views

I have a large number of models, mainly ones that only have columns like name, description. What wou...

0 Likes
8 Replies

Use of undefined constant id

I got this error when i try to see the content. Use of undefined constant id_web - assumed 'id_web'...

0 Likes
10 Replies
Solved
posted 9 years ago

laravel blade Call to undefined function rating_form()

Hello, I'm very new in laravel and php and hope that somebody can help me. I want to add this code:...

0 Likes
0 Replies

Array to form

I have database outpu like [{"lessonTypeId":"1"},{"lessonTypeId":"...

0 Likes
2 Replies

laravel 5 i have installed illuminate/html via composer and still have HTML Class errors

These are the steps i have done to enable HTML and Form into laravel 5 I have added illuminate/html...

0 Likes
3 Replies

Laravel query controller support

I have in controller : $lista = Lesson::where('id', $id_less) ->with(['user' => function ($q)...

0 Likes
0 Replies

extends() problem

Hi! I'm starting my adventure with Laravel, and unfortunately I encounered a problem. My app templat...

0 Likes
4 Replies
Solved

Thanks to our community

Solutions given in the past year. Excluding solutions from thread authors.

Moderators

We'd like to thank these amazing companies for supporting us

Your logo here?

Laravel.io

The Laravel portal for problem solving, knowledge sharing and community building.

© 2025 Laravel.io - All rights reserved.