Support the ongoing development of Laravel.io →

1,110 Threads

How to put data in a page layout, without using @section

Is there a way to access data from a query in a page layout? For example, I would like to get the to...

0 Likes
2 Replies

Datatables Packages - Clicking on a row

I found 2 laravel packages for using datatables: https://github.com/bllim/laravel4-datatables-packa...

0 Likes
8 Replies
posted 9 years ago

eh. How to avoid HTML Escape?

I want to create a link like <a href="xxx/logout"> 登出<br/>Sign Out </a>...

0 Likes
1 Replies

By blade can create dynamic sections

Hello friends, I'm building a view with blade, you can generate a dynamic menu? change this @section...

0 Likes
3 Replies
posted 9 years ago

Reload javascript code when reloading a view by controller@function

Hi, new to Laravel here and having some problems... I have a form in al blade file. This file loads...

0 Likes
2 Replies

I cant open my update page

I have a index page with some athletes from my database. @foreach($sportler as $s) <tr>...

0 Likes
8 Replies

Custom View Helper - Am I over engineering here?

So you need to pass data to your view? Normally, you'd do something like this. CONTROLLER: class Hom...

0 Likes
0 Replies
posted 9 years ago

Include SubViews with same extended view gives first view twice

Hey, ill got these Views http://laravel.io/bin/mWdxm Now if i open the main.blade.php ill expect to...

0 Likes
1 Replies

problem with view large data on browser?

I generate report in browser, but it has problem with the large data or multiple record viewed (brow...

0 Likes
0 Replies
posted 9 years ago

Anyone who used metronic themeforest template with laravel project?

Template: http://themeforest.net/item/metronic-responsive-admin-dashboard-template/4021469?WT.ac=cat...

0 Likes
2 Replies

Eloquent relationship passing array to view

Hi. Using this structure: http://stackoverflow.com/questions/20801859/laravel-eloquent-filter-by-col...

0 Likes
0 Replies
posted 9 years ago

Simplifing Code in View

I am using this in my view to show banners... @include('partials.randomBanner', array('category' =&g...

0 Likes
1 Replies

get controller and action name in your template?

i wonder if how i can get the Controller name and Action name in the Blade template/View? Thanks in...

0 Likes
1 Replies

Windows cant find views having dot

I tried to create a view password.remind.php and I get error not found. Then renamed it to password...

0 Likes
2 Replies

Package to generate and synchronize lang files

Hi ! I have written a package to generate lang files for you. Write your templates, controllers, ......

0 Likes
0 Replies

Return type of Event::listen in Laravel?

I test Event::listen('test', function () { return 'hello'; }); // and $event = Event::fire('...

0 Likes
2 Replies

Error rendering view: [user::profile.profile]

Hello everyone! I receive the following error: Error rendering view: [user::profile.profile] Trying...

0 Likes
5 Replies

Using delete form in modals (TW bootstrap)

Hi all, I have issue when trying to delete using modal windows confirmation popup. Inside that confi...

0 Likes
6 Replies

optgroup select box

I've found a few examples of using optgroup, but they all seem to be missing what i'm looking for In...

0 Likes
0 Replies

Override a value set in a View Composer

I have a view composer with some data being assigned default values, ie 'page_title'. In my controll...

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.

© 2024 Laravel.io - All rights reserved.