I have a command that runs in an while(1) loop, which occasionally needs to send an email alert usin...
Sessions: Redis should be fine, alternatives would be memcache or database Storage: NFS is good I no...
How are you generating the HTML? In 5 you need to use {!! !!} to NOT escape the HTML
Probably not the issue, but might be worth checking php can write to the folder where sessions are s...
You should always validate all input server side - so when the form is submitted you need to check t...
Not unless you serve the file through a PHP script or something (see xSendFile)
The Laravel portal for problem solving, knowledge sharing and community building.