Support the ongoing development of Laravel.io →

1,478 Threads

Display field only if the value differs from the one before

I have a table like this: <tbody id="responds"> @foreach($animals as $animal...

0 Likes
1 Replies
Solved

Compile Blade templates into cache (redis/memcache/etc when not using file system)

Hi, I've been trying to find a solution as to my title. Does anyone have an example or guide on how...

0 Likes
0 Replies
posted 9 years ago

Is this a good tutorial

Hello, I found this tutorial : http://code.tutsplus.com/courses/build-an-ecommerce-app-in-laravel an...

0 Likes
5 Replies

HTML image method issue

Hello Guys. I recently added HTML class by using composer to Laravel 5, but HTML::image() method ret...

0 Likes
3 Replies
Solved
posted 9 years ago

Bootstrap 3 styled Blade Template - Striped DIV rows

Hi, sorry if this is more of a Bootstrap question than a Blade question per se, but I am using it in...

0 Likes
1 Replies
posted 9 years ago

Trying to get property of non-object

I am not sure what I am doing wrong here. I am using guzzle 4 with twitter api. and when I try and r...

0 Likes
7 Replies
posted 9 years ago

*.blade.php not working

I am newbie to laravel and using V-5 of it. Following is action of controller: public function creat...

0 Likes
1 Replies
posted 9 years ago

when I use {{$name}} in the title it throws an error in my show page

I was doing this <title>{{$name}}</title> in my layouts page. so each page would...

0 Likes
4 Replies

Laravel5 Edit Existing Value on a Form

Hello everyone! I am new to Laravel. and got confused on how to do some things. I need help in this....

0 Likes
2 Replies
Solved

How to dynamically embed related forms in Laravel 5?

I have two related entities in Laravel, client and client user. A client can have multiple number o...

0 Likes
0 Replies

include view as single line.

Hi all, I'm trying to include a blade template but as a single line. (http://stackoverflow.com/quest...

0 Likes
1 Replies

Dynamic menu and submenu

I'm having a hard time getting my dynamic menu to work, it seems the array returned by database is n...

0 Likes
5 Replies
Solved

extend blade view using variable.

Hello everyone, Is it possible to use a variable to extend a blade view ? My idea was to create bloc...

0 Likes
1 Replies
posted 9 years ago

It is possible to use regular expressions within blade master layout if statements or conditions?

This is what I was looking forward to validate (Doesn't work): @if('/auth/', preg_match(Request::pat...

0 Likes
2 Replies

Middleware not being used on custom 404 page

I have middleware setup to minify html and it works like a charm. I have the 404.blade.php page loa...

0 Likes
1 Replies
Solved

Creating hooks in views with sections and calling from events

Hello. I am new here and i am trying to do something but no information on google... I am trying to...

0 Likes
1 Replies

Laravel 5 Nested Views Problem with embedded includes.

Ok Embedded includes here. tl;dr: One view includes another, that view also includes another. If the...

0 Likes
0 Replies
posted 9 years ago

Blade engine 500ing on subfolders

Hi everyone, I have a mind-boggling problem. I am following the Laracasts tutorials about basic rout...

0 Likes
0 Replies

Get variable in object Laravel

Example $post = Post::with('categories')->first(); one post relationship to many categories How...

0 Likes
3 Replies
Solved

Passing session date to a jQuery clone

Hi I need some help here for a hotel site. If you look at expedia where they ask for children ages (...

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