I just noticed new directory /resources/assets That's where all of my css/js/images should go for n...
Does somebody using Repository pattern in Laravel 5? I need some examples. Or is it a bad practice t...
Hello, i am using Apache as backend server and nginx as frontend server. I need to make PDF files do...
Did someone tried Summernote (http://hackerwins.github.io/summernote/) image uploading? By default i...
Hello, how can i make category tree's like: Category 1 category 1.1 category 1.1.1 Categor...
Ended up with such construction: <div class="row"> @foreach(range(1, 12) as $key...
Output of your code would be: <div class='row'> <div class="col-md-4">Laravel&...
Thanks again, but it won't work as i said above: foreach(range(1, 12) as $key => $value) {...
Thanks, but it won't work in my case. foreach(range(1, 100) as $key => $value) {...
stephanecoinon said: I use view composers which I usually place in app/composers.php and require at...
The Laravel portal for problem solving, knowledge sharing and community building.