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...
Thanks, it's indeed for raw assets. Public folder is for css/js/images.
eriktisme said: If you want to use a repository pattern, then it's bad practice. But on topic, if y...
I know that i can save images that way, but the question was about integrating image upload from sum...
Thanks, so in my Category model i should write something like this: public function subcats()...
Thanks, but this additional layer of abstraction consumes additional time when u're doing simple pro...