beetboxvm / beetbox

Pre-provisioned L*MP stack
http://beetbox.rtfd.org
92 stars 19 forks source link

Add project to packagist #364

Closed thom8 closed 7 years ago

thom8 commented 7 years ago

Would be nice to be able to add beetbox as a composer dependency.

As a start it could include a simple installer script which just adds the project Vagrantfile to the project root.

This could be extended to create the config directory and include "profiles" via composer extras. for example :

"extra": {
  "beetbox": {
      "profile": "acquia"
  }
}

or potentially add custom config via composer.json ...

pendashteh commented 7 years ago

Finally! @thom8 we already have "beet" on packagist if you want to use it.

thom8 commented 7 years ago

Fixed via #365