Support the ongoing development of Laravel.io →

353 Threads

posted 9 years ago

Laravel 4.2.1 Blade don't work

Hi, When I'm using the blade templating in Laravel 4.2.1 it's appear this message: production.ERROR:...

0 Likes
3 Replies
Solved
posted 9 years ago

value not displaying in blade

here's my code in my view <p><?php echo $remaining_seats[$event->id]; ?>{{ $remaining...

0 Likes
3 Replies
Solved

Blade not outputting yield() correctly, and missing an asset()

Hi, Since moving an existing project from AWS to a new Forge spawned DigitalOcean server, it doesn't...

0 Likes
2 Replies
Solved
posted 9 years ago

Problem with Blade

I'm brandnew with Laravel4 and I had trouble with Blade for several days. I searched in forums but I...

0 Likes
4 Replies
Solved
posted 10 years ago

Blade sublime text code indentation

Hi (sorry for my bad english), I'm having a lot of fun with laravel but i have some isues with code...

0 Likes
4 Replies
Solved

Rendering views while other views are rendering

This was an issue I posted on Github earlier but Mr Otwell closed it and advised I post it here inst...

0 Likes
6 Replies
Solved
posted 9 years ago

how to render a static image

Hi all, I tried to find the answer, but I couldn't. It seems there are some asset management package...

0 Likes
2 Replies
Solved
posted 9 years ago

a strange situation about @foreach

The blade code below doesn't render posts' id. However the count of posts is 3. Where is the problem...

0 Likes
5 Replies
Solved

Paging on views with relationships

I have this in views and work fine (show only first five): @foreach ( $tema->posts()->paginate...

0 Likes
4 Replies
Solved

where docs on File helper like `File::exists($myfile)`

I can't find any docs on File helper like File::exists($myfile). Pl help me.

0 Likes
4 Replies
Solved
posted 9 years ago

Laravel emailing with 3rd party email templates.

Hi guys, Im using INK by ZURB to send out a responsive email template. BUT when laravel sends out my...

0 Likes
3 Replies
Solved

Passing data to a view in the right way

Hi everybody. I'm new to Laravel and this is the first framework I use, I'm loving it so far. I have...

0 Likes
3 Replies
Solved

Chrome browser crash when View::make() with the large data?

I view report with View::make() with the large data, but Chrome Browser is crash? pl help me.

0 Likes
6 Replies
Solved

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

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

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

Variable assignment

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

0 Likes
4 Replies
Solved

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

Can't use data in @foreach etc. anymore

I've got a controller exposing object-data to a view: $artifacts = Artifact::with('product'); return...

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.