I have a table like this: <tbody id="responds"> @foreach($animals as $animal...
Hi, I've been trying to find a solution as to my title. Does anyone have an example or guide on how...
Hello, I found this tutorial : http://code.tutsplus.com/courses/build-an-ecommerce-app-in-laravel an...
Hello Guys. I recently added HTML class by using composer to Laravel 5, but HTML::image() method ret...
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 (...
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.
The community