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
{{ message }}
This repository was archived by the owner on Apr 30, 2020. It is now read-only.
Since Flynt already uses Composer to install Wordpress Plugins it would be cool, if we could also use composer to install Flynt features. I developed a small feature and published it to Github but the installation process is quite annoying with manual copying or git submodules.
Is this possible?
The text was updated successfully, but these errors were encountered:
That would be exactly what it takes to handle Features via Composer. I just wondered about
How will these Features be handled via gitignore? Since I don't really want to make accidental changes to a composer installed Feature there would be a need to somehow ignore them specifically.
What Package Type should the Features use? Here is a list of available package types. Custom package types are not allowed as stated here. I already created a ticket if there could be an addition for a flynt-feature package type but since Flynt is such a "young" framework I doubt them adding it to the list. Something that could work is the solution they stated in their "Should we allow dynamic package types or paths" section: https://github.com/oomphinc/composer-installers-extender
Otherwise the Composer Installer Path solution would be perfect.
(Also sorry if this is not the right project. I was unsure where I should add this issue.)
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Since Flynt already uses Composer to install Wordpress Plugins it would be cool, if we could also use composer to install Flynt features. I developed a small feature and published it to Github but the installation process is quite annoying with manual copying or git submodules.
Is this possible?
The text was updated successfully, but these errors were encountered: