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

Check what we can do for Symfony flex #922

Open
Haehnchen opened this issue May 2, 2017 · 7 comments
Open

Check what we can do for Symfony flex #922

Haehnchen opened this issue May 2, 2017 · 7 comments

Comments

@Haehnchen
Copy link
Owner

@King2500
Copy link
Contributor

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:
composer create-project symfony/skeleton:3.3.x-dev demo

recipes:
https://github.com/symfony/recipes
https://github.com/symfony/recipes-contrib

Symfony 4 demo:
https://medium.com/@fabpot/symfony-4-a-quick-demo-da7d32be323

@gharlan
Copy link

gharlan commented Aug 2, 2017

A tip for flex users:

Add these two lines manually:

screenshot 2017-08-02 15 50 53

After that jumping between template and controller is working again. :)

But I couldn't find a workaround for goto-translation.

Haehnchen added a commit that referenced this issue Aug 7, 2017
Adopt default container/routing files path to Symfony Flex #922
Haehnchen added a commit that referenced this issue Sep 24, 2017
…extension change, %kernel.project_dir% for Twig config path resolve #922
@Haehnchen Haehnchen reopened this Sep 24, 2017
@Koc
Copy link
Contributor

Koc commented Sep 24, 2017

@Haehnchen does Symfony Flex projects properly detected and PS suggest to enable Symfony plugin?

@Haehnchen
Copy link
Owner Author

yes, in additional every single component will trigger it via: f177909

@King2500
Copy link
Contributor

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.

@Haehnchen
Copy link
Owner Author

Symfony console is very wide-spread

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

@King2500
Copy link
Contributor

King2500 commented Sep 24, 2017

Do you have an example of a third-party library which uses Symfony console and you profit from the plugin's features (indirectly)?

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

No branches or pull requests

4 participants