mayflower / wasted

Web Application STack for Extreme Development
Apache License 2.0
42 stars 11 forks source link

Convert vhosts from classes to resources #47

Open fpletz opened 10 years ago

fpletz commented 10 years ago

Vhosts (like component::php_vhost or component::symfony2) should be resources so that multiple vhosts of the same or different type with custom configuration can be defined. Only basic sanity checking should be needed.

globin commented 10 years ago

:+1: and the repeated code for hhvm can be mitigated with resources

fadenb commented 10 years ago

+1 just needed that last week and had to hack around this :p