Community contributed extensions

VHost [vhost] module

This module is for the Play 1.x series only.

Adds some virtual hosts functionality with separate datasource and customizable application settings for each virtual host.

https://github.com/lyubo/play-vhost

Written by Lyubomir Ivanov.

Published releases

1.0.4 Nov 30 2011 Documentation Try Play
1.0.3 Oct 25 2011 Documentation Try Play
1.0.2 Mar 23 2011 Documentation Try Play
1.0.1 Apr 26 2010 Documentation Try Play
1.0 Apr 20 2010 Documentation Try Play

To install locally this module use the install command:

play install vhost-{version}

To add this module as dependency of your application, add it to the dependencies.yml file:

require:
        - play -> vhost {version}