I am uploading my images to S3 using Flysystem. In my database I keep only the file name (image.jpg)...
In Laravel documentation I have found: Echoing Data After Checking For Existence, but it is not work...
I just started writing functional tests and when running the tests on homestead they pass, but when...
I am trying to solve mine N+1 problems with SQL queries. I have managed to reduce the number of quer...
The title says it all. I know how to minify and concat all assets into one file for css and js, but...
Ok, I have solved this for my projects and have created a package for anyone that comes into this si...
And how do you include those files in your layout? Is it better to include all assets in the layout...
jamesflight said: I normally just use Laravel Cors for this. It allows you to set up different cors...
I have patched it with this: $('form').on('submit', function(e){ if( !$('#price_per_day-toggle i...
Hi, your code has saved me :) // prevent direct user variables in query $direction = (Input::get('or...
The Laravel portal for problem solving, knowledge sharing and community building.