mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-15 17:16:29 +03:00
Update recipe for Inspector 1.3 (#1722)
* Recipe for Inspector 1.3 * Create post-install.txt * Create recipe for Inspector 1.3
This commit is contained in:
@@ -0,0 +1,47 @@
|
||||
inspector:
|
||||
ingestion_key: '%env(INSPECTOR_INGESTION_KEY)%'
|
||||
enabled: true
|
||||
transport: async
|
||||
ignore_routes:
|
||||
- '/wdt*'
|
||||
- '/profiler*'
|
||||
ignore_commands:
|
||||
- 'messenger:consume'
|
||||
- 'assets:install'
|
||||
- 'cache:clear'
|
||||
- 'doctrine:migration:migrate'
|
||||
- 'schedule:run'
|
||||
|
||||
# Development commands section
|
||||
- 'debug:autowiring'
|
||||
- 'debug:config'
|
||||
- 'debug:container'
|
||||
- 'debug:event-dispatcher'
|
||||
- 'debug:form'
|
||||
- 'debug:router'
|
||||
- 'debug:translation'
|
||||
- 'debug:twig'
|
||||
- 'debug:validator'
|
||||
- 'make:auth'
|
||||
- 'make:command'
|
||||
- 'make:controller'
|
||||
- 'make:crud'
|
||||
- 'make:docker:database'
|
||||
- 'make:entity'
|
||||
- 'make:fixtures'
|
||||
- 'make:form'
|
||||
- 'make:functional-test'
|
||||
- 'make:message'
|
||||
- 'make:messenger-middleware'
|
||||
- 'make:migration'
|
||||
- 'make:registration-form'
|
||||
- 'make:reset-password'
|
||||
- 'make:serializer:encoder'
|
||||
- 'make:serializer:normalizer'
|
||||
- 'make:subscriber'
|
||||
- 'make:test'
|
||||
- 'make:twig-extension'
|
||||
- 'make:unit-test'
|
||||
- 'make:user'
|
||||
- 'make:validator'
|
||||
- 'make:voter'
|
||||
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"bundles": {
|
||||
"Inspector\\Symfony\\Bundle\\InspectorBundle": ["all"]
|
||||
},
|
||||
"copy-from-recipe": {
|
||||
"config/": "%CONFIG_DIR%/"
|
||||
},
|
||||
"env": {
|
||||
"INSPECTOR_INGESTION_KEY": ""
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,2 @@
|
||||
* <fg=blue>Read</> the full documentation to properly configure your
|
||||
Symfony application at <comment>https://docs.inspector.dev/</>
|
||||
Reference in New Issue
Block a user