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...
Yes, thanks, i've tried: $query = Request::get('q'); Validator::make($query); // not working Validat...
it shows my custom error message, because of validation fail.
I have noticed, when i submit form via POST it redirect me to url: users/{id}/edit instead of: user...
Thanks, but why do i have to do that? I have other method in same controller, but it works without s...
The Laravel portal for problem solving, knowledge sharing and community building.