如何在laravel项目中设置roundcube邮件服务器

I want to setup round cube email server on my laravel 5.8 project which is hosted on amazon EC2. The problem is I don't want to install that in a sub-domain like mail.example.com but I want to install Roundcube like example.com/mail/.

To achieve this I don't know how to provide routes and where to place these files in laravel project. If I put the files in public folder still those are not directly accessible.

I want to know where to install the roundcube files in laravel project and how to write routes for them.