Support the ongoing development of Laravel.io →

1,489 Threads

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 9 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

validate relationship model

I'm trying to have the Model (Class) validate itself. Boiler code: public function validate() {...

0 Likes
3 Replies

How to attach many blade templates into one view without using @include()?

Hi, I'd like to find an alternative way to include the collections of sub views in one view. Here is...

0 Likes
0 Replies

Paginate Error 404.

Hello guys , I installed my laravel 5.1 application on a shared server for it was necessary to copy...

0 Likes
0 Replies

Laravel 5 XML Parser

I have created a storelocator.php in my view with the following code : <?php $dom = new DOMD...

0 Likes
0 Replies

Button to delete database item

If in my Blade template I had this: @foreach($entries as $entry) <li>{{$entry->filename}}&l...

0 Likes
6 Replies
posted 9 years ago

Laravel Localization Question - Not being inherited

so if I have a master blade named master.blade.php like such: {{$app->getLocale()}} @yield('conte...

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.