-
-
Notifications
You must be signed in to change notification settings - Fork 137
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
Check what we can do for Symfony flex #922
Comments
Rename existing "Symfony" project template to "Symfony Standard Edition" and add "Symfony Flex" with selection of recipes ? check required PHP version 7.1. project based on symfony/skeleton: recipes: Symfony 4 demo: |
Adopt default container/routing files path to Symfony Flex #922
…extension change, %kernel.project_dir% for Twig config path resolve #922
@Haehnchen does Symfony Flex projects properly detected and PS suggest to enable Symfony plugin? |
yes, in additional every single component will trigger it via: f177909 |
I suggest checking the requirements in composer.json. The user might not directly use Symfony components but other libraries might require them (Symfony console is very wide-spread). So people might be confused why the Symfony plugin got enabled without them "using" Symfony components. |
Thats the point. this plugin provides not only support for a Symfony fullstack application. there is for example also a console arguments completion. so we are moving away from this fullstacks |
Do you have an example of a third-party library which uses Symfony console and you profit from the plugin's features (indirectly)? |
The text was updated successfully, but these errors were encountered: