My question is the opposite of this question: Installing Craft in sub directory
I have a Craft website and I need to put a Laravel application in a sub directory, it almost works. I have made the directory and created a symbolic link to the public folder for the Laravel application.
This works with the default route in Laravel but as soon as I try any nested routes I just get a Craft 404.
Is is possible to get Craft to completely ignore a folder or something, or do I need to figure out an alternative solution.
Thank you!