You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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.
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.
The text was updated successfully, but these errors were encountered: