I have a command that runs in an while(1) loop, which occasionally needs to send an email alert usin...
There is a typo in the swiftmailer exception you are getting it should be "bcmath" rather...
Check the encoding of your files - make sure set to UTF8
You should probably move away from md5 (you could use the laravel hash methods) - https://laravel.co...
Too many variables - (server infrastructure, data complexity etc) - we are running a fairly complex...
The Laravel portal for problem solving, knowledge sharing and community building.