ericclemmons / vagrant-bundle
Symfony2 bundle to generate a working Vagrant environment
Installs: 37
Dependents: 0
Suggesters: 0
Security: 0
Stars: 21
Watchers: 4
Forks: 3
Open Issues: 0
Type:symfony-bundle
Requires
- guzzle/guzzle: *
- sensio/generator-bundle: 2.1.*
- symfony/console: 2.1.*
- symfony/framework-bundle: 2.1.*
Requires (Dev)
- symfony/class-loader: 2.1.*
This package is not auto-updated.
Last update: 2025-05-10 16:32:51 UTC
README
Symfony2 bundle to generate a working Vagrant environment
Usage
Run the command interactively and answer the prompts:
$ php app/console
Welcome to the Symfony2 Vagrant generator
...
Or provide the options at once:
$ php app/console generate:vagrant \
--no-interaction \
--host=vagrant \
--ip=10.33.33.33 \
--url=http://files.vagrantup.com/lucid32.box
A Vagrantfile
will be generated in your current working directory.
Authors
License
MIT