Support the ongoing development of Laravel.io →

1,485 Threads

The Laravel simple from is not returning anything.

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

0 Likes
4 Replies
Solved

Iterating over Nested Data

I'm trying to upgrade a legacy app and there I basically need to echo out a bunch of hierarchical da...

0 Likes
2 Replies

Dynamic form with different fields from different tables

Hello friends, I have five tables and all of them have different number of columns. I want to create...

0 Likes
1 Replies

External script (vBulletin) inside Laravel application, using Blade

Hello. I recently finished my website's transition to Laravel and all that is left is the current fo...

0 Likes
0 Replies
posted 9 years ago

Everything is not being shown in a @yield section

I am currently working on my first project in Laravel 5. However I am having issues with my views. I...

0 Likes
8 Replies

Create server side script

I am new to laravel Detailed explanation: I am creating quiz contest website.I have a timer in which...

0 Likes
1 Replies

welcome.blade.php laravel 5 not rendering

Hey Guys, I am new to using laravel, I installed and created new laravel project successfully in my...

0 Likes
1 Replies
posted 9 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

Problem with pagination

Hi I use paginate() method for pagination it work fine, but <a> tag in blade file have problem...

0 Likes
1 Replies
posted 9 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

Menu state management

I've not found a clear solution about menu state management. I post the way I do. Maybe there are be...

0 Likes
0 Replies

How to add variables to file upload form and fetch it from the route?

How do i add the value of $course->id to this form so the my route::post(/course/{id}.......... w...

0 Likes
0 Replies

@include 502 bad gateway

I've setup Laravel 5.1 on ubuntu/thrusty 14.04 using vagrant. I'm using nginx with php5-fpm. I start...

0 Likes
1 Replies

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

How to pass data to a master.blade.php

I have a master.blade.php and I want a universal navbar that will take the titles of all blog posts...

0 Likes
4 Replies
posted 9 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

I need to make a menu with counters but the count will differ from subsection to subsction.

I have my query builder that is dynamic, when user checks a subsection, the subsection will be added...

0 Likes
0 Replies

use queryScope in blade template

I have define scope in model like this class Station extends Model { protected $primaryKey = 's...

0 Likes
1 Replies

getting results from db table charset utf-8

Hi, when retrieving data from a db table, results are not being decoded as utf-8 for example, I have...

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