How can I do this assuming the user inputs an & as fx. "h&m"? :)
Hey guys, I'm trying to save some form fields to my DB that I am creating dynamically with a button...
Hey guys, Im using the Intervention image to allow users to upload their images - this part works. W...
Hi guys, I cannot seem to figure out why this does not work. I want to show the opening hours for my...
Hey guys, I deployed my application, and im currently using environment variables for my sensitive i...
Please make sure that you are in fact uploading a file of the specified type (i've failed on this my...
I'm not sure it's related, but did you add: 'files' => true As I suggested earlier?
You would do that in your validation model (assuming you are using some kind of package). Example: '...
Here is a snippet of some of my own code that might help you. $image = Input::file('image'); $file...
Add 'files' => true To your Form array. And also fix your path (seems like there is a typo): user...
The Laravel portal for problem solving, knowledge sharing and community building.