I am using Intervention Image throughout my Laravel application, for example with loading thumbnails...
I am trying to return an image, however I cannot get the 'Content-type' to set and when I navigate t...
People say to set the permissions to 777 or 775 but that doesn't seem very secure for a production e...
thomastkim said: What does the readfile function do? It's built into laravel and returns a file co...
Never mind, I had extended App\Http\Requests\Request instead of Illuminate\Http\Request in my ItemRe...
thomastkim said: Hmm... I copied/pasted it, and it worked out fine. I can't see anything that would...
thomastkim said: What do you get when you dd the file? Just null
The Laravel portal for problem solving, knowledge sharing and community building.
The community