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...
What do you need to inject? If you want to print variable do it this way: {{ $variable }}
Solved this way: (Input::has('portfolio')) ? true : false; looks like Input::get('portfolio'); ret...
barryvdh said: You can override the delete() function in your model, so it deletes the files on a d...
barryvdh said: You can override the delete() function in your model, so it deletes the files on a d...
I am storing image path in a database column called "image" and moving images to upload di...
The Laravel portal for problem solving, knowledge sharing and community building.