Support the ongoing development of Laravel.io →

353 Threads

The Laravel simple from is not returning anything.

Routes.php Route::post('/status', [ 'as' => 'status', 'uses' => 'StatusController@po...

0 Likes
4 Replies
Solved
posted 8 years ago

Laravel 5.1 blade helper

Situation is, i have html code, what is duplicated in all other templates, for example it's a menu,...

0 Likes
2 Replies
Solved
posted 8 years ago

Regarding JS url inside master layout file

Hello , I have a Backend directory under the view that have the following structure +view +BackEnd...

0 Likes
1 Replies
Solved

using many models in a view

Hello, I need create a form with three selects. These selects contains different values models. How...

0 Likes
2 Replies
Solved

Fill form with query result

Hello, I need fill input text with content of model but I'm not getting. I have a partil view with a...

0 Likes
4 Replies
Solved
posted 8 years ago

Unable to @yield

Hi! I'm trying to @yield a "app.blade.php" file from my "/" page named "hom...

0 Likes
3 Replies
Solved

Unalbe to Get From Value Printed

I have these routes, Route::group(array('prefix' => '/'), function() { Route::get('hostname', '...

0 Likes
13 Replies
Solved

How to remove duplicate values from a multi-dimensional Array

Hi, I am in efforts to get unique value to show in View Blade , I need to print Country Name single...

0 Likes
1 Replies
Solved

3 Tables on 1 view

How to add 3 tables data on 1 view ??

0 Likes
1 Replies
Solved

error in header.blade.php

First off, I must admit that i'm a total newbie at Laravel and frameworks in general. Now, I have th...

0 Likes
3 Replies
Solved

How to post a form to a controller and pass Form Value to Controller

Hi, I have a form like this, {!! Form::open(array('action' => 'InfoController@index', 'method' =&...

0 Likes
4 Replies
Solved

Currency input formatting

Hello, I'm looking for a jQuery plugin to apply a mask over my monetary inputs . I tried a lot of th...

0 Likes
4 Replies
Solved

Laravel error when read {!! Form::open() !!}

Hey can you help me with this error ?? I'm using Laravel 5.0 which is include with login and registe...

0 Likes
3 Replies
Solved
posted 8 years ago

Concatenation issue : Laravel 5.1 PingPong menu

In PingPong Menu I need to use a picture inside the menu as title. Its a concatenation problem I nee...

0 Likes
3 Replies
Solved

show method doesn't work

This is my route: Route::resource('/', 'PostsController'); PostController's show() method: publ...

0 Likes
3 Replies
Solved

what is the correct way to display data from second table in blade during editing profile.

In my route.php I defined the route resource: Route::group(['middleware' => 'role:admin|staff|ret...

0 Likes
3 Replies
Solved

click link and include subview

I can´t manage to find a correct solution for this situation (simplified example): index.blade.php...

0 Likes
2 Replies
Solved
posted 8 years ago

Something wrong with views or blade?

Hi,when i access my local site http://example.com/admin,just got 500 exception. routes.php: Rou...

0 Likes
2 Replies
Solved

PHP Blade and Views

What is the different between {{ }} and {!! !!} ??

0 Likes
3 Replies
Solved

How to use form text input to delete an entry from a collection?

edit: example of bad logic and time loss. yet useful experience! Goal: I want to have a form input f...

0 Likes
2 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.

© 2024 Laravel.io - All rights reserved.