Support the ongoing development of Laravel.io →

1,494 Threads

Image not loading

I have placed the image named java01 in projectname/public/img and called it java01 in the database....

0 Likes
1 Replies

Checkboxes : 3rd argument (checked) strange behaviour

Hello, I noticed something strange with formBuilder. I’m having a simple form with checkboxes. I loo...

0 Likes
3 Replies
posted 9 years ago

loading view returns an error

When trying to run the 'dashboard' view - it returns an error in return: ReflectionException in Cont...

0 Likes
1 Replies
Solved

Class 'Illuminate\View\HtmlServiceProvider' not found

I'm trying to use Html and Form facade but without any luck. This is the error I get: FatalErrorExce...

0 Likes
3 Replies
posted 9 years ago

Getting a NotFoundHttpException

when trying to run a view I am getting an error says: NotFoundHttpException in RouteCollection.php l...

0 Likes
4 Replies
Solved

Route, style disappear

Hi all! I'm pretty new to laravel and I have a problem. I using route: Route::get('/home', function...

0 Likes
4 Replies
Solved

Getting a gallery item from a pivot table

I'm using laravel 4 and I'm trying to get all the gallery items that belongs to a category depending...

0 Likes
2 Replies
posted 9 years ago

Fastest way to search value in array.

Hello everyone. I am wondering what will be the fastest way to find pair value in array in blade. Wh...

0 Likes
7 Replies
Solved
posted 9 years ago

Route::get('/', ['as' => 'home', function () { ... }]);

Hi, i'm using this route: Route::get('/', ['as' => 'home', function () {return view('home');}]);...

0 Likes
2 Replies
posted 10 years ago

Multiple subviews extending a master template only works once.

This issue is essentially a duplicate of this SO post I managed to find: http://stackoverflow.com/qu...

0 Likes
6 Replies

Getting multiple values

I'm using Laravel 4 and I'm trying to get multiple values to display instead of one. When I try, I g...

0 Likes
1 Replies
Solved
posted 9 years ago

How to get a laravel blade link to look like a normal link

I'm using Laravel 4 and I'm trying to change the laravel blade link to use a normal html link. My bl...

0 Likes
2 Replies

Laravel app only loading welcome page

I've set up two different laravel apps and no matter what I put in the routes file it will only load...

0 Likes
7 Replies

A little CSS help please

I have a table that has dates (test_date) and (next_due). For the last entry (most current / descend...

0 Likes
0 Replies

Problem with route.php

Hi all / as I have a problem with my routes.php routes file, have the following //llamamos a la rut...

0 Likes
0 Replies

Odd Blade? Issue

Not even sure where to start - just looking for maybe a point in the right direction. I've got somet...

0 Likes
2 Replies
Solved
posted 9 years ago

How can I parse Blade template from variable?

It's possible to parse Blade template from other source than .blade.php file? In my app user can bui...

0 Likes
0 Replies

Get all files for form

Hello everyone, How can I get all files from a specific folder to output in the select form field. h...

0 Likes
1 Replies
Solved
posted 9 years ago

How to Count() a collection with a "where" clause.

Hello, I've a collection (tasks) and I want to count inside may blade template only completed tasks....

0 Likes
4 Replies
Solved

How to easily define relationships of a pivot table where the third column is a foreign key to another table.

I am new to laravel 5. I have been working on a client app where I have setup a relationship like so...

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.