Support the ongoing development of Laravel.io →

495 Threads

posted 10 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
posted 10 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

Trying to get property of non object

routes.php: Route::get('users/{id}/edit', array('before' => 'auth|admin', 'uses' => 'UserContr...

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

Laravel 5 Can not get authenticated user from view

I am a newbie in Laravel 5. Now i am trying to use laravel authentication service. The problem is i...

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 get a success message

I've created a form and I would like to have a success message show. At the moment I've only gotten...

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

Can't believe Form/HTML helpers were removed in Laravel 5, thats Crazy..!

Why removed? I barely found a notification about this on the documentation; What are the alternative...

0 Likes
3 Replies
Solved

Scope in another table

Hello! I'm trying to build a scope to filter banned users. I have two table : One called users: id,...

0 Likes
4 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

Laravel 5 Where to store data

Hello all! I've searched a lot about this but couldn't find anything related to what i need. I need...

0 Likes
8 Replies
Solved

NotFoundHttpException on route

Hi. I create my routes like so Route::model('projects', 'Project'); Route::bind('projects', functio...

0 Likes
2 Replies
Solved
posted 10 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

Laravel Authorization Function

Hi, everyone. I am a beginner of Laravel and PHP. I do not know how the login and registration schem...

0 Likes
2 Replies
Solved

This webpage has a redirect loop after simple changes

Ok so the thing is I have laravel 4.2 installed and it's working great. Up to today when I did a cou...

0 Likes
9 Replies
Solved
posted 11 years ago

Laravel 5 pagination

The below code works great in Laravel 4.2: //other code up here $data['owners'] = \Illuminate\Suppor...

0 Likes
15 Replies
Solved

PHP Blade and Views

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

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

© 2026 Laravel.io - All rights reserved.