What are the Slack Archives?
It’s a history of our time together in the Slack Community! There’s a ton of knowledge in here, so feel free to search through the archives for a possible answer to your question.
Because this space is not active, you won’t be able to create a new post or comment here. If you have a question or want to start a discussion about something, head over to our categories and pick one to post in! You can always refer back to a post from Slack Archives if needed; just copy the link to use it as a reference..
Hi community, we are trying to clean up our production environments. per default "composer install"
Hi community,
we are trying to clean up our production environments. per default "composer install" is used to build for production. however this also installs dev dependencies which could lead to security issues.
Building the images with composer install --no-dev removes a whole bunch of dev dependencies. However these dependencies are required by the ShopApplication or Twig.
Is there a way to only use those plugins during development and NOT on production?
A good example is the WebProfiler https://documentation.spryker.com/docs/web-profiler-widget# which is required as a dev dependency but hardcoded in the application (see Screenshot 2, ShopApplicationDependencyProvider)
Comments
-
Hi Christian! I believe you are talking about project level implementation, so you can do whatever you want.
And even more, I checked and the situation you are talking about existed in demo shops v202001.0 - https://github.com/spryker-shop/b2b-demo-shop/blob/202001.0-p1/src/Pyz/Zed/Application/ApplicationDependencyProvider.php#L45.But not any more in the current version - https://github.com/spryker-shop/b2b-demo-shop/blob/202009.0-p1/src/Pyz/Zed/Application/ApplicationDependencyProvider.php#L47.
0 -
Thanks for the quick answer! We will then use the approach of the new demo shop. We just didn`t want to invent something that may have already been fixed.
0 -
In some cases, current core and project also exclude certain functionality based on environment, e.g. require-dev and dev only plugins or console commands:
APPLICATION_ENV === 'development'
Something similar could also work for you.0
Categories
- All Categories
- 42 Getting Started & Guidelines
- 7 Getting Started in the Community
- 8 Additional Resources
- 7 Community Ideas and Feedback
- 76 Spryker News
- 930 Developer Corner
- 788 Spryker Development
- 89 Spryker Dev Environment
- 362 Spryker Releases
- 3 Oryx frontend framework
- 35 Propel ORM
- 68 Community Projects
- 3 Community Ideation Board
- 30 Hackathon
- 3 PHP Bridge
- 6 Gacela Project
- 26 Job Opportunities
- 3.2K 📜 Slack Archives
- 116 Academy
- 5 Business Users
- 370 Docker
- 551 Slack General
- 2K Help
- 75 Knowledge Sharing
- 6 Random Stuff
- 4 Code Testing
- 32 Product & Business Questions
- 70 Spryker Safari Questions
- 50 Random