Multiple Laravel 5 projects on the same domain
问题 I got several Laravel 5 projects running on subfolders, on the same domain. Each Laravel application is generating it's own session cookie, and sometimes it generates so much that we get http 400 errors on the entire domain. Should I share the storage folder between all those projects, or there's any settings to prevent that to happen? 回答1: Each Laravel installation should be located in its own directory. Then an alias needs to be defined which points the domain sub-folder to the "child"