Support the ongoing development of Laravel.io →

1,485 Threads

Trouble when want show user detail on Laravel 5.2.3x

i want to show detail from database from 'Detail Button' like this but laravel show me error like o...

0 Likes
0 Replies

Laravel utf-8 problem

Hello, I have created a new Laravel 5.3 application and I have a problem with utf-8 chars which are...

0 Likes
0 Replies

Best practice to configure a master page for only one unique page on a site

I've created a master page for our site so that we maintain a similar layout throughout, but our hom...

0 Likes
1 Replies

Wanna Add some text before text insert to database

<div class="form-group"> {!! Form::label('eMail', 'e-Mail', ['class'=>'co...

0 Likes
4 Replies
Solved

About Form::textarea

<textarea rows="4", cols="54" id="keterangan" name="keterangan...

0 Likes
1 Replies
Solved
posted 8 years ago

unable to access message and action of notifications

I followed the documentation to try the notification system of Laravel 5.3, but I just cannot displa...

0 Likes
0 Replies

Phpstorm Error: [InvalidArgumentException] No hint path defined for [ide-helper]

I want PhpStorm to have code completion support and syntax highlighting for many of Laravel’s facade...

0 Likes
0 Replies
posted 8 years ago

Basic sections in template not rendering.

Hi all, I just started with Laravel and I've run into an issue where when I yield a section, it does...

0 Likes
2 Replies
posted 8 years ago

Laravel Blade: Unable to pass parameter in partials

I am passing variable in my view partial but in partial it says variable not found. I am doing follo...

0 Likes
1 Replies

Adding a Vue Component to Spark

Has anyone got a step by step example of actually adding a vue component such as the awesome vue-mul...

0 Likes
2 Replies
Solved

Query in foreach Loop in Blade

Dear all, I am quite new at Laravel. I have a Product Model and a Category-Model. Each Product has o...

0 Likes
1 Replies

How to retrieve Sub-Categories according to Parent category selection?

I have two tables 'Sectors' and 'Categories' $sectors = Sector::lists('name','id')->all(); $categ...

0 Likes
4 Replies
posted 8 years ago

Undefined Variable in View

To clearify I did try this also WITHOUT database results. web.php <?php /* |--------------------...

0 Likes
3 Replies
Solved
posted 10 years ago

How to link_to_route when route is defined in a controller?

Sorry, I'm just learning Laravel and I'm stumped on what I'm sure is a very simple issue: How to lin...

0 Likes
5 Replies
Solved

Make ajax call to different controllers/actions depending on JavaScript variable using Blade

Hi, I have a page with near 10 buttons, some of them make ajax calls to same controller action with...

0 Likes
0 Replies

possible to use multiple @extends('') using if commands in blade?

Ok so here is my code @if(some logic) ....@extends('template.master') ....@section('title') ....ti...

0 Likes
2 Replies
posted 8 years ago

problem: @include two files, which extends from the same file

Hallo, I include two blade files like: <div class="tab--container container--1 is--active&qu...

0 Likes
0 Replies

Array to string conversion

Hi guys, im trying to include the contents from a txt file and import as an array within a controlle...

0 Likes
4 Replies

Include data array from PHP file

Hi guys, im trying to include a set of data points from a remote file (on a local machine). In my ma...

0 Likes
18 Replies

how to use @each('view.name', $jobs, 'job') to make clear loops??

Hi guys. for making a list of categories and subcategories in 3 levels I used foreach and if loops a...

0 Likes
0 Replies

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.