Support the ongoing development of Laravel.io →

354 Threads

posted 10 years ago

problem with img tag using illuminate/html

{!! Html::image('images/penguins.svg', 'Very powerful SEO penguins',['class' => 'penguins']) !!}...

0 Likes
3 Replies
Solved

Laravel 5 Facade - Class not found if called from template.

Hi guys, i'm trying to understand what wrong with my facade code. I create a new facade called Ajax...

0 Likes
9 Replies
Solved
posted 10 years ago

About HTML

Hello, I was just wondering (and I need to know that), how to call corectly this HTML, what is used...

0 Likes
2 Replies
Solved
posted 10 years ago

Display field only if the value differs from the one before

I have a table like this: <tbody id="responds"> @foreach($animals as $animal...

0 Likes
1 Replies
Solved

HTML image method issue

Hello Guys. I recently added HTML class by using composer to Laravel 5, but HTML::image() method ret...

0 Likes
3 Replies
Solved

Laravel5 Edit Existing Value on a Form

Hello everyone! I am new to Laravel. and got confused on how to do some things. I need help in this....

0 Likes
2 Replies
Solved

Dynamic menu and submenu

I'm having a hard time getting my dynamic menu to work, it seems the array returned by database is n...

0 Likes
5 Replies
Solved

Middleware not being used on custom 404 page

I have middleware setup to minify html and it works like a charm. I have the 404.blade.php page loa...

0 Likes
1 Replies
Solved

Get variable in object Laravel

Example $post = Post::with('categories')->first(); one post relationship to many categories How...

0 Likes
3 Replies
Solved

Looping through collection

I am filtering a collection by date of orders with the following in each: {"id":57,"...

0 Likes
4 Replies
Solved

Get Data from MySQL with where()

Hello, i am new at laravel, and i want to show userprofile by slug. When i use Profile::all() or Pr...

0 Likes
3 Replies
Solved

Foreach Only Once For Table Column Names

This probably isn't the most elegant solution but so far I have my data/collection called like so; $...

0 Likes
1 Replies
Solved

Problem with Select2 jquery in Laravel 5

Hi everyone! I started with Laravel 5 following the Blog example from Laracasts (Laravel 5 Fundament...

0 Likes
4 Replies
Solved

How to set an array varible to global for all controllers and views?

Hi Guys! As the title, I have an Array varible named is $commonConfig, and I want use it in all Cont...

0 Likes
5 Replies
Solved

Error with the function find($user_id)

Hi, when I tried to access this http://localhost:8000/user/3/edit url in my app, I'm getting this er...

0 Likes
5 Replies
Solved
posted 11 years ago

Output html code &balabal; when using blade tag

Hello all, In my template, the following codes: <!doctype html> <html lang="vi"> <hea...

0 Likes
3 Replies
Solved
posted 11 years ago

dont escape accent, just html

Hi guys, i have a problem, // my var $teste = "<b>Página</b> inicial"; {{ $tes...

0 Likes
3 Replies
Solved

passing url to ajax request

Hello everyone, I am new to laravel and i have been working on a web app using this framework. Few d...

0 Likes
2 Replies
Solved

Pagination links HTML is being escaped in my view

I've used Laravel's pagination method but in my view it is escaping HTML I'm trying: {{$tags->ren...

0 Likes
2 Replies
Solved

Return an array from Helper Class to blade template

Hi All, I am beginner for Laravel 4.2. I want the raw query should print an array like 1, 2, 3, 5, 9...

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