sean
I have a large number of Laravel applications to migrate over the next month. I am using the wfmigrate tool which is great. Once I have the application migrated, I need to create a symlink application that points to the public folder within this migrated app. The domain is then connected to this new symlink application.
I am trying to test all of this and document the steps for migration, but my application always returns a 403 Forbidden. I have tried everything I can think of.
Any ideas what I might be doing wrong?