@jaytee v 5.8
@connecteev I'm going for a fresh install on v 6.0 .... that's also proving to be a pain in the ass. Composer keeps saying that it wants : carbon v 1.2 ... WTF I can't win. I'm going to post a new question on this.
Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.
If you're planning on staying on 5.8, remove the vendor folder and run composer install to get fresh dependencies. Could very well force the application to start behaving again
For Laravel 6, pretty sure Carbon 2 is required. Carbon 1 was deprecated. So just overwrite it in your composer.json, or port everything over to a fresh application. I prefer the latter
Please or to participate in this conversation.