Support the ongoing development of Laravel.io →

1,467 Threads

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

How to load view with new tab or new window in browser?

Could I load view with new tab in browser? Pl help me.

0 Likes
2 Replies
Solved

Desmart Pagination Package

I'm trying to get the Desmart Pagination Package (https://github.com/DeSmart/pagination) up and runn...

0 Likes
1 Replies
Solved

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

Error: file_put_contents failed to open stream

I'm just new in laravel. I'm using laravel 4.1, I encounter this error sometimes. {"error"...

0 Likes
3 Replies
Solved

Eloquent relationship passing array to view

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

0 Likes
0 Replies

link_to_route error

Hi guys. I have a link to route like this in my application view {{ link_to_route('categories.creat...

0 Likes
2 Replies
Solved
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

Variable assignment

Hi! Is there an elegant way to do this? {{--*/ $wp = '' /*--}} <tbody> @foreach($tasks as $tas...

0 Likes
4 Replies
Solved

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

Array to string conversion on Session::get

Hi, this is my store function in UserController public function store() { $activation = str_random(...

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