Hi, sorry if this is more of a Bootstrap question than a Blade question per se, but I am using it in...
I am not sure what I am doing wrong here. I am using guzzle 4 with twitter api. and when I try and r...
I am newbie to laravel and using V-5 of it. Following is action of controller: public function creat...
I was doing this <title>{{$name}}</title> in my layouts page. so each page would...
Hello everyone! I am new to Laravel. and got confused on how to do some things. I need help in this....
I have two related entities in Laravel, client and client user. A client can have multiple number o...
Hi all, I'm trying to include a blade template but as a single line. (http://stackoverflow.com/quest...
I'm having a hard time getting my dynamic menu to work, it seems the array returned by database is n...
Hello everyone, Is it possible to use a variable to extend a blade view ? My idea was to create bloc...
This is what I was looking forward to validate (Doesn't work): @if('/auth/', preg_match(Request::pat...
I have middleware setup to minify html and it works like a charm. I have the 404.blade.php page loa...
Hello. I am new here and i am trying to do something but no information on google... I am trying to...
Ok Embedded includes here. tl;dr: One view includes another, that view also includes another. If the...
Hi everyone, I have a mind-boggling problem. I am following the Laracasts tutorials about basic rout...
Example $post = Post::with('categories')->first(); one post relationship to many categories How...
Hi I need some help here for a hotel site. If you look at expedia where they ask for children ages (...
Hello. I've used the Lang :: get () in Laravel 5. In this case, I wrote the code to perform the to r...
Hello, I currently have a page that lists all of the 'products' in my database by name. I am trying...
Hello all, I am using Laravel 5 and stuck on a problem and i will be happy if you help me. I want to...
I have tried this in testing using standard HTML pages outside of Laravel and it works correctly. I...
Solutions given in the past year. Excluding solutions from thread authors.
Select a tag below to filter the results
The Laravel portal for problem solving, knowledge sharing and community building.