adrien-mallet/secured-container-bundle
Symfony bundle that helps secure your app by removing selected commands/services from the dependency injection container. Configure a list of unauthorized service IDs (e.g., Doctrine drop commands) to prevent dangerous operations in certain environments.
Symfony bundle to remove some command from the container
secured_container:
unauthorized:
- "doctrine.database_drop_command"
- "doctrine.schema_drop_command"
- "command.identifier"
How can I help you explore Laravel packages today?