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...
I have have an Ajax requesting a blade.php file using the full path $("#main").load('http:...
Hi everybody, I am new to Laravel - but we have all got to start sometime. I have a bunch of rows. i...
Has anyone noticed this? Is there anyway to help getting it fixed? Screenshot of broken layout in Ch...
So imagine if you will, an arbitrarily deep tree of nested categories. For the data structure minded...
Hi I have controller like that: public function sendmail() { $status = \Lang::get('messages.notsent'...
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