Support the ongoing development of Laravel.io →

1,494 Threads

posted 10 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 10 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 10 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 10 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 10 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 10 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

Lang::get() replaced error.

Hello. I've used the Lang :: get () in Laravel 5. In this case, I wrote the code to perform the to r...

0 Likes
1 Replies

Creating a sub-domain route from a primary key

Hello, I currently have a page that lists all of the 'products' in my database by name. I am trying...

0 Likes
4 Replies

Laravel 5 and Ajax (Jquery)

Hello all, I am using Laravel 5 and stuck on a problem and i will be happy if you help me. I want to...

0 Likes
4 Replies
posted 10 years ago

Posting to Ajax using jQuery

I have tried this in testing using standard HTML pages outside of Laravel and it works correctly. I...

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

© 2025 Laravel.io - All rights reserved.