Multiple Laravel 5 projects on the same domain

后端 未结 5 1473
星月不相逢
星月不相逢 2020-12-18 13:10

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 generat

5条回答
  •  轻奢々
    轻奢々 (楼主)
    2020-12-18 13:56

    You should setup Homestead. It's super easy to use. https://laravel.com/docs/5.2/homestead You can setup multiple domains for example: domain1.dev, domain2.dev. For each domain you'll have your own cookies.

提交回复
热议问题