Support the ongoing development of Laravel.io →

1,495 Threads

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

extends view by user type

Hi, i've a site that manage articles. So i've an ArticlesController and a /resource/view/articles di...

0 Likes
1 Replies

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

Using multiple views (cache 'wrapper')

I have a primary 'wrapper' view app.blade.php, and this wrapper has certain functions it needs to ru...

0 Likes
1 Replies

auto number '#' in pagination table

I tried using @foreach ($product as $index => $pro) <td>{{$index+1}} </td> @endforeac...

0 Likes
3 Replies

Teepluss/ Laravel-theme: Layout rendering, view template not yielding - yield('content')

I've installed this package and so far the layout is rendering but the view template is not. I have...

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

Javascript alert show session message

How to show this message in Javascript Popup? @if (Session::get('message')) Session::get('message')...

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

Pagination not showing up when low item count.

How would i go about making the laravel pagination always show? Because right now if there is less i...

0 Likes
2 Replies

How to define a grouped list with dynamic data from table?

I wish to create a grouped dropdown list using Blade and Form builder. That should be simple, but th...

0 Likes
0 Replies

Style.css not working

I'm trying to get my css to work correctly. I used {{ HTML::style('css/style.css') }} But when I go...

0 Likes
14 Replies

Error debugging

It seems like errors are more vague than they used to be. When there was an error, it used to displa...

0 Likes
0 Replies

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

How can I support multiple themes/views?

I have an app written in Laravel that supports multiple sites managed under one install. I'm lookin...

0 Likes
5 Replies

Theme support

For example if Laravel is used to create a Forum and each forum user can choose the theme used to re...

0 Likes
1 Replies

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

Built-in way to load a partial page/template using Ajax while not reloading the rest of the page?

Exploring Laravel for next project so not sure if I got the jargon right. Looking for a way to updat...

0 Likes
2 Replies

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

How to revive data from database for master view like app.blade.php

I need to get Title,Keywords,description from database and show on app.blade.php How can I do that ?...

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