Can anyone point me in the right direction when trying to troubleshoot this web app (Dorothea Special School) I created a few years back using this link Laravel 5 And His F*cking non-persistent App SetLocale
If I can recall it was working perfectly when I 1st published the web app, but for a while now it doesn't seem to be working correctly... I think I did check the log file on the server and a couple more things to no avail. Do you think I need to run a composer cmd on the server?
App::setLocale('nl_NL');
and on server levelapt-get install locales-all
– Receiptorsecure
(line 164 on my installation) which you might want to set to false. – Receiptor