Support the ongoing development of Laravel.io →

1,478 Threads

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

Upload file using Jcrop(Image cropping plugin)

Link of the plugin http://deepliquid.com/content/Jcrop.html I want to upload the image that is cropp...

0 Likes
0 Replies

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

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

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.

© 2024 Laravel.io - All rights reserved.