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...
popolla said: Try storing directly as binary (e.g. jpg) then retrieving with a route/controller. A...
zenry said: look at @jimhill last code block Please, don't reply to this topic again if you have n...
popolla said: Please elaborate "no luck". Are you using MySQL? If so, are you using BLOB...
jimhill said: If you are wondering how to perform the base64() as I mentioned above, you can use: /...
zenry said: mabasic said: No, i really need to save the image in database, not on disk. :D unless...
The Laravel portal for problem solving, knowledge sharing and community building.