I have an install of Laravel running in sail, a mate has the same project (Laravel 9) and it runs fine on his system but on mine I get a 503. The error is occurring at this point in the index.php file…
I've managed to get this working by moving he project to an external drive that is configured to be case sensitive. At least I'm able to be productive again but not sure how I would go about debugging this sort of issue in future.