Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for other platforms beyond wordpress #40

Open
EHLOVader opened this issue Feb 4, 2015 · 2 comments
Open

Add support for other platforms beyond wordpress #40

EHLOVader opened this issue Feb 4, 2015 · 2 comments

Comments

@EHLOVader
Copy link
Contributor

I am investigating the possibility of other platforms like Drupal, Laravel etc. They each have similar command line managers and I wanted to check if there was a community need or others who would like it.

I am fond of your json system for storing site information and would like to add this through the generator you have. I don't think it would be far from what you have, and could work alongside existing configurations with a "drupal" or "laravel" key in the json.

@lkwdwrd
Copy link
Owner

lkwdwrd commented Feb 13, 2015

VVV in general tends to be WordPress centric, which has been our use case for it. I'm not sure how successful it would be in running other project types, since this is making direct use of the auto-site-setup mechanism in VVV itself to trigger most of the behavior. This is not to say the pieces couldn't be used successfully for other project type, however for now I don't see those use cases being particularly relevant for our company.

If there is enough demand here, I would be happy explore it further.

@EHLOVader
Copy link
Contributor Author

Completely understand. I have already done a bunch of the work to get them working. I am thinking a custom dashboard may be needed. There is at least one other similar generator to yours which uses json also.

If you want to see how a Drupal site folder would look I have that repo public already https://github.com/EHLOVader/vvv-drupal it installs drush and a stable copy of Drupal for dev.

Basic PHP sites or even ones that use Composer like Laravel also work well with the auto-site-setup.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants