Can I use multiple virtual hosts with Apache in live development server & Laravel 9 without getting a PHP Fatal error?
I have a dev server that is used by me and a fellow dev, I have set up similar scenarios on live development servers before. The following Apache set up has worked on other Laravel projects, though lower versions. The…