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...
brunogaspar said: Using just @yield() you wont be able to have a default content. Using @section()....
When i am using: $image->getClientOriginalName(); It prints out this: filename.jpg How can you u...
barryvdh said: https://github.com/laravel/framework/blob/master/src/Illuminate/Support/Str.php#L132...
Thanks, what's the difference between strtolower() and Str::lower()? Just laravel way of coding?
The Laravel portal for problem solving, knowledge sharing and community building.