Update Flex endpoint

This commit is contained in:
github-action bot
2021-09-20 16:37:35 +00:00
parent af31901ef8
commit 7d78e147a4
143 changed files with 1060 additions and 143 deletions
+13 -1
View File
@@ -26,7 +26,19 @@
"/%BIN_DIR%/docker-upgrade",
"/docker/"
],
"post-install-output": " * Edit the <fg=green>docker/.env</> file to configure your own settings.\n\n * Edit the <fg=green>docker/nginx/conf.d/custom.conf</> file to configure your own virtual host.\n\n * To manage the Docker environment from the project directory:\n - If you already have a Makefile in your project, copy the content of the <fg=green>docker/Makefile.sample</> file at the top of it.\n - If you do not already have a Makefile, the <fg=green>docker/Makefile.sample</> file will be installed in your project.\n\n * Run <fg=green>make</> to display the list of available commands.\n\nDocumentation: https://github.com/ajardin/docker-symfony/wiki\n"
"post-install-output": [
" * Edit the <fg=green>docker/.env</> file to configure your own settings.",
"",
" * Edit the <fg=green>docker/nginx/conf.d/custom.conf</> file to configure your own virtual host.",
"",
" * To manage the Docker environment from the project directory:",
" - If you already have a Makefile in your project, copy the content of the <fg=green>docker/Makefile.sample</> file at the top of it.",
" - If you do not already have a Makefile, the <fg=green>docker/Makefile.sample</> file will be installed in your project.",
"",
" * Run <fg=green>make</> to display the list of available commands.",
"",
"Documentation: https://github.com/ajardin/docker-symfony/wiki"
]
},
"files": {
"bin/docker-upgrade": {
+10 -1
View File
@@ -30,7 +30,16 @@
"ALGOLIA_APP_ID": "...",
"ALGOLIA_API_KEY": "..."
},
"post-install-output": " * The Algolia/SearchBundle uses Algolia by default. Create a free\n account on http://www.algolia.com and modify your ALGOLIA_APP_ID\n and ALGOLIA_API_KEY config in <fg=green>.env</>\n\n * Edit the configuration in <fg=green>config/packages/algolia_search.yaml</>\n to start indexing your data.\n\nDocumentation: https://www.algolia.com/doc/api-client/symfony/\n"
"post-install-output": [
" * The Algolia/SearchBundle uses Algolia by default. Create a free",
" account on http://www.algolia.com and modify your ALGOLIA_APP_ID",
" and ALGOLIA_API_KEY config in <fg=green>.env</>",
"",
" * Edit the configuration in <fg=green>config/packages/algolia_search.yaml</>",
" to start indexing your data.",
"",
"Documentation: https://www.algolia.com/doc/api-client/symfony/"
]
},
"files": {
"config/packages/algolia_search.yaml": {
+24 -1
View File
@@ -26,7 +26,30 @@
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
},
"post-install-output": " * Your ability is almost ready:\n 1. Edit <comment>src/AbilityEventSubscriber</comment> and <info>implement</info> your logic:\n\n public static function getSubscribedEvents(): array\n {\n return [\n // can be found in AmbientLink\\SDK\\Event\\\n EnterRoomEvent::NAME => 'onEnterRoom',\n ];\n }\n\n public function onEnterRoom(EnterRoomEvent $event): void\n {\n $roomName = $event->roomName();\n\n $this->logger->debug(sprintf('Some person enters room \"%s\".', $roomName));\n\n // @todo implement logic here\n }\n\n * You can found Events in AmbientLink\\SDK\\Event\\\n * Using Ability Command? Try <info>php bin/console ability:debug --dummy</info>\n"
"post-install-output": [
" * Your ability is almost ready:",
" 1. Edit <comment>src/AbilityEventSubscriber</comment> and <info>implement</info> your logic:",
"",
" public static function getSubscribedEvents(): array",
" {",
" return [",
" // can be found in AmbientLink\\SDK\\Event\\",
" EnterRoomEvent::NAME => 'onEnterRoom',",
" ];",
" }",
"",
" public function onEnterRoom(EnterRoomEvent $event): void",
" {",
" $roomName = $event->roomName();",
"",
" $this->logger->debug(sprintf('Some person enters room \"%s\".', $roomName));",
"",
" // @todo implement logic here",
" }",
"",
" * You can found Events in AmbientLink\\SDK\\Event\\",
" * Using Ability Command? Try <info>php bin/console ability:debug --dummy</info>"
]
},
"files": {
"config/packages/ability.yaml": {
+5 -1
View File
@@ -24,7 +24,11 @@
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
},
"post-install-output": " You <options=bold>must</> to define at least one provider configuration in <comment>%CONFIG_DIR%/packages/artox_lab_sms.yaml</>.\n\n * <fg=blue>More info</> you can find in the documentation at <comment>https://github.com/artox-lab/sms-bundle#step-3-configuration</>\n"
"post-install-output": [
" You <options=bold>must</> to define at least one provider configuration in <comment>%CONFIG_DIR%/packages/artox_lab_sms.yaml</>.",
"",
" * <fg=blue>More info</> you can find in the documentation at <comment>https://github.com/artox-lab/sms-bundle#step-3-configuration</>"
]
},
"files": {
"config/packages/artox_lab_sms.yaml": {
+5 -1
View File
@@ -27,7 +27,11 @@
"env": {
"DATABASE_URL": "mysql://db_user:db_password@127.0.0.1:3306/db_name"
},
"post-install-output": " * Configure your application:\n 1. Make sure you have proper values in your .env file.\n 2. Configure a good storage for your backups. See the documentation for all possible values. https://github.com/backup-manager/symfony\n"
"post-install-output": [
" * Configure your application:",
" 1. Make sure you have proper values in your .env file.",
" 2. Configure a good storage for your backups. See the documentation for all possible values. https://github.com/backup-manager/symfony"
]
},
"files": {
"config/packages/bm_backup_manager.yaml": {
+5 -1
View File
@@ -30,7 +30,11 @@
"gitignore": [
"/bin/rr"
],
"post-install-output": " * <fg=blue>Download</> RoadRunner locally: <comment>vendor/bin/rr get --location bin/</>\n * <fg=blue>Run</> your application: <comment>bin/rr serve --debug</>\n * Visit http://localhost:8080\n"
"post-install-output": [
" * <fg=blue>Download</> RoadRunner locally: <comment>vendor/bin/rr get --location bin/</>",
" * <fg=blue>Run</> your application: <comment>bin/rr serve --debug</>",
" * Visit http://localhost:8080"
]
},
"files": {
"config/packages/baldinof_road_runner.yaml": {
+6 -1
View File
@@ -31,7 +31,12 @@
"gitignore": [
"/bin/rr"
],
"post-install-output": " * <fg=blue>Download</> RoadRunner locally: <comment>vendor/bin/rr get --location bin/</>\n * <fg=blue>Run</> your application: <comment>bin/rr serve -c .rr.dev.yaml --debug</>\n * <fg=blue>For production, use: <comment>bin/rr serve</>\n * Visit http://localhost:8080\n"
"post-install-output": [
" * <fg=blue>Download</> RoadRunner locally: <comment>vendor/bin/rr get --location bin/</>",
" * <fg=blue>Run</> your application: <comment>bin/rr serve -c .rr.dev.yaml --debug</>",
" * <fg=blue>For production, use: <comment>bin/rr serve</>",
" * Visit http://localhost:8080"
]
},
"files": {
"config/packages/baldinof_road_runner.yaml": {
+6 -1
View File
@@ -31,7 +31,12 @@
"gitignore": [
"/bin/rr"
],
"post-install-output": " * <fg=blue>Download</> RoadRunner locally: <comment>vendor/bin/rr get --location bin/</>\n * <fg=blue>Run</> your application: <comment>bin/rr serve -c .rr.dev.yaml --debug</>\n * <fg=blue>For production, use: <comment>bin/rr serve</>\n * Visit http://localhost:8080\n"
"post-install-output": [
" * <fg=blue>Download</> RoadRunner locally: <comment>vendor/bin/rr get --location bin/</>",
" * <fg=blue>Run</> your application: <comment>bin/rr serve -c .rr.dev.yaml --debug</>",
" * <fg=blue>For production, use: <comment>bin/rr serve</>",
" * Visit http://localhost:8080"
]
},
"files": {
"config/packages/baldinof_road_runner.yaml": {
+7 -1
View File
@@ -24,7 +24,13 @@
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
},
"post-install-output": " * <fg=blue>Configure</> your application:\n 1. Enable sessions by uncommenting the entire session section in <comment>config/packages/framework.yaml</>\n 2. Secure your route by adding <comment>- { path: ^/admin, role: ROLE_ADMIN }</> in your security access_control section.\n\n * <fg=blue>Read</> the documentation at <comment>https://github.com/michelsalib/BCCCronManagerBundle/blob/master/README.markdown</> \n"
"post-install-output": [
" * <fg=blue>Configure</> your application:",
" 1. Enable sessions by uncommenting the entire session section in <comment>config/packages/framework.yaml</>",
" 2. Secure your route by adding <comment>- { path: ^/admin, role: ROLE_ADMIN }</> in your security access_control section.",
"",
" * <fg=blue>Read</> the documentation at <comment>https://github.com/michelsalib/BCCCronManagerBundle/blob/master/README.markdown</> "
]
},
"files": {
"config/routes/bcc_cron_manager_bundle.yaml": {
+4 -1
View File
@@ -28,7 +28,10 @@
"APP_RECAPTCHA_SITE_KEY": "needed",
"APP_RECAPTCHA_SECRET": "needed"
},
"post-install-output": " * <fg=blue>Insert</> sensitive values in your environment values\n * <fg=blue>Read</> documentation at <comment>https://github.com/Bee-Lab/BeelabRecaptcha2Bundle/blob/master/docs/index.md</>\n"
"post-install-output": [
" * <fg=blue>Insert</> sensitive values in your environment values",
" * <fg=blue>Read</> documentation at <comment>https://github.com/Bee-Lab/BeelabRecaptcha2Bundle/blob/master/docs/index.md</>"
]
},
"files": {
"config/packages/beelab_recaptcha2.yaml": {
+4 -1
View File
@@ -25,7 +25,10 @@
"config/": "%CONFIG_DIR%/",
"src/": "%SRC_DIR%/"
},
"post-install-output": " * <fg=blue>Customize</> your new Tag entity\n * <fg=blue>Read</> documentation at <comment>https://github.com/Bee-Lab/BeelabTagBundle/blob/master/Resources/docs/index.md</>\n\n"
"post-install-output": [
" * <fg=blue>Customize</> your new Tag entity",
" * <fg=blue>Read</> documentation at <comment>https://github.com/Bee-Lab/BeelabTagBundle/blob/master/Resources/docs/index.md</>"
]
},
"files": {
"src/Entity/Tag.php": {
+3 -1
View File
@@ -34,7 +34,9 @@
"NETOPIA_MOBILPAY_PRIVATE_KEY": "%kernel.project_dir%/%CONFIG_DIR%/netopia_mobilpay/private.key",
"NETOPIA_MOBILPAY_SIGNATURE": "XXXX-XXXX-XXXX-XXXX-XXXX"
},
"post-install-output": " * <fg=blue>Read</> the documentation at <comment>https://github.com/birkof/netopia-mobilpay-bundle</>\n"
"post-install-output": [
" * <fg=blue>Read</> the documentation at <comment>https://github.com/birkof/netopia-mobilpay-bundle</>"
]
},
"files": {
"config/netopia_mobilpay/.gitignore": {
+6 -1
View File
@@ -27,7 +27,12 @@
"gitignore": [
"/shipping_labels/"
],
"post-install-output": " * <fg=blue>Create</> directory named <comment>shipping_labels</comment> in project root or customize <comment>bitbag.shipping_labels_path</comment> parameter.\n\n If you want to contact us, the best way is to fill the form on our website or send us an e-mail to <comment>hello@bitbag.io</comment> with your question(s).\n We guarantee that we answer as soon as we can!\n"
"post-install-output": [
" * <fg=blue>Create</> directory named <comment>shipping_labels</comment> in project root or customize <comment>bitbag.shipping_labels_path</comment> parameter.",
"",
" If you want to contact us, the best way is to fill the form on our website or send us an e-mail to <comment>hello@bitbag.io</comment> with your question(s).",
" We guarantee that we answer as soon as we can!"
]
},
"files": {
"config/routes/bitbag_shipping_export_plugin.yaml": {
+4 -1
View File
@@ -30,7 +30,10 @@
"container": {
"telegram_route_secret": "%env(TELEGRAM_BOT_TOKEN)%"
},
"post-install-output": " * <fg=blue>Set</> <comment>TELEGRAM_BOT_TOKEN</> in your environment\n * <fg=blue>Read</> the documentation at <comment>https://github.com/BoShurik/TelegramBotBundle</>\n"
"post-install-output": [
" * <fg=blue>Set</> <comment>TELEGRAM_BOT_TOKEN</> in your environment",
" * <fg=blue>Read</> the documentation at <comment>https://github.com/BoShurik/TelegramBotBundle</>"
]
},
"files": {
"config/routes/boshurik_telegram_bot.yaml": {
+6 -1
View File
@@ -22,7 +22,12 @@
"gitignore": [
"/.serverless/"
],
"post-install-output": " * <fg=blue>Read</> the full documentation to properly configure your\n Symfony application at <comment>https://bref.sh/docs/frameworks/symfony.html</>\n\n * Bref documentation: <comment>https://bref.sh/docs/</>\n"
"post-install-output": [
" * <fg=blue>Read</> the full documentation to properly configure your",
" Symfony application at <comment>https://bref.sh/docs/frameworks/symfony.html</>",
"",
" * Bref documentation: <comment>https://bref.sh/docs/</>"
]
},
"files": {
"serverless.yaml": {
+3 -1
View File
@@ -24,7 +24,9 @@
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
},
"post-install-output": " Download the adapters you want to use from <comment>http://www.php-cache.com/en/latest/#cache-pool-implementations</comment>.\n"
"post-install-output": [
" Download the adapters you want to use from <comment>http://www.php-cache.com/en/latest/#cache-pool-implementations</comment>."
]
},
"files": {
"config/packages/cache_adapter.yaml": {
+7 -1
View File
@@ -30,7 +30,13 @@
"OPTIMUS_INVERSE": "715827883",
"OPTIMUS_RANDOM": "1592469642"
},
"post-install-output": " * Generate your spark numbers by running <fg=green>php vendor/bin/optimus spark -f env</>\n and configure them in your <fg=green>.env</>\n\nOptimus Documentation: https://github.com/jenssegers/optimus\nBundle Documentation: https://github.com/ckrack/optimus-bundle\n\n"
"post-install-output": [
" * Generate your spark numbers by running <fg=green>php vendor/bin/optimus spark -f env</>",
" and configure them in your <fg=green>.env</>",
"",
"Optimus Documentation: https://github.com/jenssegers/optimus",
"Bundle Documentation: https://github.com/ckrack/optimus-bundle"
]
},
"files": {
"config/packages/ckrack_optimus.yaml": {
+16 -1
View File
@@ -20,7 +20,22 @@
"codeception.yml": "codeception.yml",
"tests/": "tests/"
},
"post-install-output": "File codeception.yml created <- global configuration\ntests/unit created <- unit tests\ntests/unit.suite.yml written <- unit tests suite configuration\ntests/functional created <- functional tests\ntests/functional.suite.yml written <- functional tests suite configuration\ntests/acceptance created <- acceptance tests\ntests/acceptance.suite.yml written <- acceptance tests suite configuration\n<info>Codeception is installed for acceptance, functional, and unit testing</info>\n<options=bold>Next steps:</options=bold>\n1. Edit <options=bold>tests/acceptance.suite.yml</options=bold> to set the url of your application. Change PhpBrowser to WebDriver to enable browser testing.\n2. Edit <options=bold>tests/functional.suite.yml</options=bold> to enable Doctrine module if needed.\n3. Create your first acceptance test using <comment>vendor/bin/codecept g:cest acceptance First</comment>\n4. Write your first test in <options=bold>tests/acceptance/FirstCest.php</options=bold>\n5. Run tests using: <comment>vendor/bin/codecept run</comment>\n"
"post-install-output": [
"File codeception.yml created <- global configuration",
"tests/unit created <- unit tests",
"tests/unit.suite.yml written <- unit tests suite configuration",
"tests/functional created <- functional tests",
"tests/functional.suite.yml written <- functional tests suite configuration",
"tests/acceptance created <- acceptance tests",
"tests/acceptance.suite.yml written <- acceptance tests suite configuration",
"<info>Codeception is installed for acceptance, functional, and unit testing</info>",
"<options=bold>Next steps:</options=bold>",
"1. Edit <options=bold>tests/acceptance.suite.yml</options=bold> to set the url of your application. Change PhpBrowser to WebDriver to enable browser testing.",
"2. Edit <options=bold>tests/functional.suite.yml</options=bold> to enable Doctrine module if needed.",
"3. Create your first acceptance test using <comment>vendor/bin/codecept g:cest acceptance First</comment>",
"4. Write your first test in <options=bold>tests/acceptance/FirstCest.php</options=bold>",
"5. Run tests using: <comment>vendor/bin/codecept run</comment>"
]
},
"files": {
"codeception.yml": {
+8 -1
View File
@@ -38,7 +38,14 @@
"CTP_API_URL": "https://api.commercetools.com",
"CTP_SCOPES": "<your-desired-scopes>"
},
"post-install-output": " * Get your API client credentials from https://mc.commercetools.com or\n https://mc.commercetools.co and configure them in your <bg=black;fg=green>.env</>\n\n * commercetools-symfony-bundle documentation https://github.com/commercetools/commercetools-php-symfony\n\n * commercetools API Documentation: https://docs.commercetools.com/http-api.html\n"
"post-install-output": [
" * Get your API client credentials from https://mc.commercetools.com or",
" https://mc.commercetools.co and configure them in your <bg=black;fg=green>.env</>",
"",
" * commercetools-symfony-bundle documentation https://github.com/commercetools/commercetools-php-symfony",
"",
" * commercetools API Documentation: https://docs.commercetools.com/http-api.html"
]
},
"files": {
"config/packages/commercetools.yaml": {
@@ -24,7 +24,10 @@
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
},
"post-install-output": " * Navigate to config/packages/comsave_outbound_message.yaml and change the values to your desired paths.\n * For more information you can find the read me file at https://github.com/comsave/salesforce-outbound-message-bundle\n"
"post-install-output": [
" * Navigate to config/packages/comsave_outbound_message.yaml and change the values to your desired paths.",
" * For more information you can find the read me file at https://github.com/comsave/salesforce-outbound-message-bundle"
]
},
"files": {
"config/comsave_outbound_message.yaml": {
+4 -1
View File
@@ -27,7 +27,10 @@
"env": {
"TIMECHIMPBUNDLE_ACCESS_TOKEN": "baerer-token-value"
},
"post-install-output": " * Your Connect Holland Timechimp bundle installation is almost ready:\n 1. Add your Timechimp Access Token to the .env file\n"
"post-install-output": [
" * Your Connect Holland Timechimp bundle installation is almost ready:",
" 1. Add your Timechimp Access Token to the .env file"
]
},
"files": {
"config/packages/connectholland_timechimp.yaml": {
+4 -1
View File
@@ -27,7 +27,10 @@
"env": {
"UPTIMEROBOT_API_KEY": "api_key"
},
"post-install-output": " * Your Connect Holland Uptime Robot bundle installation is almost ready:\n 1. Add your Uptime Robot Api Key to the .env file\n"
"post-install-output": [
" * Your Connect Holland Uptime Robot bundle installation is almost ready:",
" 1. Add your Uptime Robot Api Key to the .env file"
]
},
"files": {
"config/packages/connectholland_uptime_robot.yaml": {
+14 -1
View File
@@ -41,7 +41,20 @@
"/system/config/tcpdf.php",
"/system/modules/*/.skip"
],
"post-install-output": " * Enable ESI in the <fg=green>config/packages/framework.yaml</> file.\n\n * Add the Contao routes to your <fg=green>config/routing.yaml</> file and\n make sure they are loaded at the very end.\n\n * Edit your <fg=green>config/security.yaml</> file and include all the\n necessary providers, firewalls and access control sections.\n\n * Complete the installation by opening the <fg=green>/contao/install</> route\n in your browser.\n\nDocumentation: https://github.com/contao/core-bundle\n"
"post-install-output": [
" * Enable ESI in the <fg=green>config/packages/framework.yaml</> file.",
"",
" * Add the Contao routes to your <fg=green>config/routing.yaml</> file and",
" make sure they are loaded at the very end.",
"",
" * Edit your <fg=green>config/security.yaml</> file and include all the",
" necessary providers, firewalls and access control sections.",
"",
" * Complete the installation by opening the <fg=green>/contao/install</> route",
" in your browser.",
"",
"Documentation: https://github.com/contao/core-bundle"
]
},
"files": {
"config/packages/contao_core.yaml": {
+6 -1
View File
@@ -28,7 +28,12 @@
"CONTENTFUL_SPACE_ID": "required",
"CONTENTFUL_ACCESS_TOKEN": "required"
},
"post-install-output": " * Get your space ID and API key from https://www.contentful.com\n and configure them in your <fg=green>.env</>\n\nDocumentation: https://www.contentful.com/developers/docs/php/\n"
"post-install-output": [
" * Get your space ID and API key from https://www.contentful.com",
" and configure them in your <fg=green>.env</>",
"",
"Documentation: https://www.contentful.com/developers/docs/php/"
]
},
"files": {
"config/packages/contentful.yaml": {
+6 -1
View File
@@ -28,7 +28,12 @@
"CONTENTFUL_SPACE_ID": "cfexampleapi",
"CONTENTFUL_ACCESS_TOKEN": "b4c0n73n7fu1"
},
"post-install-output": " * Get your space ID and API key from https://www.contentful.com\n and configure them in your <fg=green>.env</>\n\nDocumentation: https://www.contentful.com/developers/docs/php/\n"
"post-install-output": [
" * Get your space ID and API key from https://www.contentful.com",
" and configure them in your <fg=green>.env</>",
"",
"Documentation: https://www.contentful.com/developers/docs/php/"
]
},
"files": {
"config/packages/contentful.yaml": {
+4 -1
View File
@@ -27,7 +27,10 @@
"env": {
"#DEKALEE_AUTOPILOT_APIKEY": "the-autopilot-api-key"
},
"post-install-output": " * The Dekalee/AutopilotBundle needs your pubsub configuration.\n Modify your DEKALEE_AUTOPILOT_APIKEY config in <fg=green>.env</>\n"
"post-install-output": [
" * The Dekalee/AutopilotBundle needs your pubsub configuration.",
" Modify your DEKALEE_AUTOPILOT_APIKEY config in <fg=green>.env</>"
]
},
"files": {
"config/packages/dekalee_autopilot_swarrot.yaml": {
+4 -1
View File
@@ -29,7 +29,10 @@
"#ENOM_PASSWORD": "your-enom-password",
"#ENOM_BASE_URL": "your-enom-api-base-url"
},
"post-install-output": " * The Dekalee/EnomBundle needs your enom configuration.\n Modify your ENOM_UID, ENOM_PASSWORD, ENOM_BASE_URL config in <fg=green>.env</>\n"
"post-install-output": [
" * The Dekalee/EnomBundle needs your enom configuration.",
" Modify your ENOM_UID, ENOM_PASSWORD, ENOM_BASE_URL config in <fg=green>.env</>"
]
},
"files": {
"config/packages/dekalee_enom.yaml": {
+5 -1
View File
@@ -29,7 +29,11 @@
"DEKALEE_MAILJET_SECRET_KEY": "your-secret_key",
"DEKALEE_MAILJET_BASE_TEMPLATE_ID": "your_base_template_id"
},
"post-install-output": " * The Dekalee/MailjetBundle needs your mailjet configuration.\n Modify your DEKALEE_MAILJET_API_KEY, DEKALEE_MAILJET_SECRET_KEY\n and DEKALEE_MAILJET_BASE_TEMPLATE_ID config in <fg=green>.env</>\n"
"post-install-output": [
" * The Dekalee/MailjetBundle needs your mailjet configuration.",
" Modify your DEKALEE_MAILJET_API_KEY, DEKALEE_MAILJET_SECRET_KEY",
" and DEKALEE_MAILJET_BASE_TEMPLATE_ID config in <fg=green>.env</>"
]
},
"files": {
"config/packages/dekalee_mailjet.yaml": {
+6 -1
View File
@@ -30,7 +30,12 @@
"DEKALEE_MAILJET_BASE_TEMPLATE_ID": "your_base_template_id",
"DEKALEE_MAILJET_EMAIL_REPORTING": "your_reporting_email"
},
"post-install-output": " * The Dekalee/MailjetBundle needs your mailjet configuration.\n Modify your DEKALEE_MAILJET_API_KEY, DEKALEE_MAILJET_SECRET_KEY,\n DEKALEE_MAILJET_BASE_TEMPLATE_ID, DEKALEE_MAILJET_EMAIL_REPORTING,\n and DEKALEE_MAILJET_FORCE_DELIVER config in <fg=green>.env</>\n"
"post-install-output": [
" * The Dekalee/MailjetBundle needs your mailjet configuration.",
" Modify your DEKALEE_MAILJET_API_KEY, DEKALEE_MAILJET_SECRET_KEY,",
" DEKALEE_MAILJET_BASE_TEMPLATE_ID, DEKALEE_MAILJET_EMAIL_REPORTING,",
" and DEKALEE_MAILJET_FORCE_DELIVER config in <fg=green>.env</>"
]
},
"files": {
"config/packages/dekalee_mailjet.yaml": {
+4 -1
View File
@@ -27,7 +27,10 @@
"env": {
"#DEKALEE_PUBSUB_SWARROT_KEY_FILE_PATH": "your-pub_sub-key-file-path"
},
"post-install-output": " * The Dekalee/PubSubSwarrotBundle needs your pubsub configuration.\n Modify your DEKALEE_PUBSUB_SWARROT_KEY_FILE_PATH config in <fg=green>.env</>\n"
"post-install-output": [
" * The Dekalee/PubSubSwarrotBundle needs your pubsub configuration.",
" Modify your DEKALEE_PUBSUB_SWARROT_KEY_FILE_PATH config in <fg=green>.env</>"
]
},
"files": {
"config/packages/dekalee_pub_sub_swarrot.yaml": {
+7 -1
View File
@@ -29,7 +29,13 @@
"UNSPLASH_APPLICATION_ID": "",
"UNSPLASH_APPLICATION_SECRET": ""
},
"post-install-output": " * Modify the UNSPLASH_APPLICATION_ID and UNSPLASH_APPLICATION_SECRET config in .env\n\n * Don't forget to add the vue component in you javascript\n\n * You can check the instructions on the github repo: https://github.com/disjfa/mozaic-bundle\n"
"post-install-output": [
" * Modify the UNSPLASH_APPLICATION_ID and UNSPLASH_APPLICATION_SECRET config in .env",
"",
" * Don't forget to add the vue component in you javascript",
"",
" * You can check the instructions on the github repo: https://github.com/disjfa/mozaic-bundle"
]
},
"files": {
"config/routes/disjfa_mozaic.yaml": {
+14 -1
View File
@@ -31,7 +31,20 @@
"gitignore": [
"/docker/"
],
"post-install-output": " * Edit the <fg=green>.env</> file to change the database setting if you require. For instance:\n\n <fg=green>DATABASE_URL=mysql://$DB_USERNAME:$DB_PASSWORD@mysql:3306/$DB_DATABASE</>\n\n * If using the Nelmio CORS bundle, you will need to wrap it's environment varible in quotes (\"\"):\n <fg=green>CORS_ALLOW_ORIGIN=\"^https?://localhost(:[0-9]+)?$\"</>\n\n * Run <fg=green>./dockfony start</> to get started\n\n * Run <fg=green>./dockfony --help</> to display the list of available commands.\n\nDocumentation: https://github.com/dockfony/dockfony/README.md\n"
"post-install-output": [
" * Edit the <fg=green>.env</> file to change the database setting if you require. For instance:",
"",
" <fg=green>DATABASE_URL=mysql://$DB_USERNAME:$DB_PASSWORD@mysql:3306/$DB_DATABASE</>",
"",
" * If using the Nelmio CORS bundle, you will need to wrap it's environment varible in quotes (\"\"):",
" <fg=green>CORS_ALLOW_ORIGIN=\"^https?://localhost(:[0-9]+)?$\"</>",
"",
" * Run <fg=green>./dockfony start</> to get started",
"",
" * Run <fg=green>./dockfony --help</> to display the list of available commands.",
"",
"Documentation: https://github.com/dockfony/dockfony/README.md"
]
},
"files": [],
"origin": "dockfony/dockfony:5.0@github.com/symfony/recipes-contrib:master",
+11 -1
View File
@@ -24,7 +24,17 @@
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
},
"post-install-output": " * <fg=blue>Update your DB schema</>\n 1. php bin/console make:migration\n 2. php bin/console doctrine:migrations:migrate\n\n * <fg=red;fg=white>Secure / Configure</> your application:\n 1. Secure your route by adding <comment>- { path: ^/command-scheduler, role: ROLE_ADMIN }</> in your security config.\n 2. Set the single-entry point in crontab : <comment>* * * * * php /your_app/bin/console scheduler:execute</>\n\n * <fg=blue>Schedule</> your commands at <comment>http://your-app/command-scheduler/list</>\n"
"post-install-output": [
" * <fg=blue>Update your DB schema</>",
" 1. php bin/console make:migration",
" 2. php bin/console doctrine:migrations:migrate",
"",
" * <fg=red;fg=white>Secure / Configure</> your application:",
" 1. Secure your route by adding <comment>- { path: ^/command-scheduler, role: ROLE_ADMIN }</> in your security config.",
" 2. Set the single-entry point in crontab : <comment>* * * * * php /your_app/bin/console scheduler:execute</>",
"",
" * <fg=blue>Schedule</> your commands at <comment>http://your-app/command-scheduler/list</>"
]
},
"files": {
"config/routes/scheduler.yaml": {
+15 -1
View File
@@ -24,7 +24,21 @@
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
},
"post-install-output": " * You can add more doctrine/redis connections to your config in <fg=green>config/packages/ekreative_health_check.yaml</>\n\n *. Add healthcheck firewall to <fg=green>config/security.yaml</> file\n\n<comment>\nsecurity:\n firewalls:\n healthcheck:\n pattern: ^/healthcheck\n security: false\n</>\n\n * <fg=blue>Read</> the documentation at <comment>https://github.com/ekreative/health-check-bundle</>\n"
"post-install-output": [
" * You can add more doctrine/redis connections to your config in <fg=green>config/packages/ekreative_health_check.yaml</>",
"",
" *. Add healthcheck firewall to <fg=green>config/security.yaml</> file",
"",
"<comment>",
"security:",
" firewalls:",
" healthcheck:",
" pattern: ^/healthcheck",
" security: false",
"</>",
"",
" * <fg=blue>Read</> the documentation at <comment>https://github.com/ekreative/health-check-bundle</>"
]
},
"files": {
"config/routes/ekreative_health_check.yaml": {
+12 -1
View File
@@ -40,7 +40,18 @@
"public/build/theme/*",
"public/js/fos_routes.js"
],
"post-install-output": " * Update your <fg=green>package.json</> file\n * Update your <fg=green>webpack.config.js</> file\n * Update your configurations\n * Build your assets with\n\n <fg=green>$ yarn encore dev</>\n <fg=green>$ yarn routes:dump</>\n\n<fg=green> Read more details about the steps:</>\n<fg=blue> https://docs.enhavo.com/book/app-bundle/installation.html</>\n"
"post-install-output": [
" * Update your <fg=green>package.json</> file",
" * Update your <fg=green>webpack.config.js</> file",
" * Update your configurations",
" * Build your assets with",
"",
" <fg=green>$ yarn encore dev</>",
" <fg=green>$ yarn routes:dump</>",
"",
"<fg=green> Read more details about the steps:</>",
"<fg=blue> https://docs.enhavo.com/book/app-bundle/installation.html</>"
]
},
"files": {
"public/build/.gitignore": {
+7 -1
View File
@@ -25,7 +25,13 @@
"config/": "%CONFIG_DIR%/",
"src/": "%SRC_DIR%/"
},
"post-install-output": " * Create an User entity and extend Enigma972\\UserBundle\\Entity\\User class\n\n * And add all properties and methods you needs, it is your!\n\nDocumentation: https://www.github.com/enigma972/user-bundle\n"
"post-install-output": [
" * Create an User entity and extend Enigma972\\UserBundle\\Entity\\User class",
"",
" * And add all properties and methods you needs, it is your!",
"",
"Documentation: https://www.github.com/enigma972/user-bundle"
]
},
"files": {
"src/Repository/UserRepository.php": {
+7 -1
View File
@@ -16,7 +16,13 @@
"package": "enqueue/amqp-bunny",
"version": "0.7",
"manifest": {
"post-install-output": " * Configure <comment>ENQUEUE_DSN=amqp+bunny://guest:guest@localhost:5672/%2f</comment>\n in your <comment>.env</comment> file.\n\n * For the full options, see\n <comment>https://github.com/php-enqueue/enqueue-dev/blob/master/docs/transport/amqp_bunny.md</comment>\n"
"post-install-output": [
" * Configure <comment>ENQUEUE_DSN=amqp+bunny://guest:guest@localhost:5672/%2f</comment>",
" in your <comment>.env</comment> file.",
"",
" * For the full options, see",
" <comment>https://github.com/php-enqueue/enqueue-dev/blob/master/docs/transport/amqp_bunny.md</comment>"
]
},
"files": [],
"origin": "enqueue/amqp-bunny:0.7@github.com/symfony/recipes-contrib:master",
+7 -1
View File
@@ -16,7 +16,13 @@
"package": "enqueue/amqp-ext",
"version": "0.4",
"manifest": {
"post-install-output": " * Configure <comment>ENQUEUE_DSN=amqp://user:pass@example.com:10000/%2f</comment>\n in your <comment>.env</comment> file.\n\n * For the full options, see\n <comment>https://github.com/php-enqueue/enqueue-dev/blob/master/docs/transport/amqp.md</comment>\n"
"post-install-output": [
" * Configure <comment>ENQUEUE_DSN=amqp://user:pass@example.com:10000/%2f</comment>",
" in your <comment>.env</comment> file.",
"",
" * For the full options, see",
" <comment>https://github.com/php-enqueue/enqueue-dev/blob/master/docs/transport/amqp.md</comment>"
]
},
"files": [],
"origin": "enqueue/amqp-ext:0.4@github.com/symfony/recipes-contrib:master",
+7 -1
View File
@@ -16,7 +16,13 @@
"package": "enqueue/amqp-ext",
"version": "0.7",
"manifest": {
"post-install-output": " * Configure <comment>ENQUEUE_DSN=amqp+ext://user:pass@example.com:10000/%2f</comment>\n in your <comment>.env</comment> file.\n\n * For the full options, see\n <comment>https://github.com/php-enqueue/enqueue-dev/blob/master/docs/transport/amqp.md</comment>\n"
"post-install-output": [
" * Configure <comment>ENQUEUE_DSN=amqp+ext://user:pass@example.com:10000/%2f</comment>",
" in your <comment>.env</comment> file.",
"",
" * For the full options, see",
" <comment>https://github.com/php-enqueue/enqueue-dev/blob/master/docs/transport/amqp.md</comment>"
]
},
"files": [],
"origin": "enqueue/amqp-ext:0.7@github.com/symfony/recipes-contrib:master",
+7 -1
View File
@@ -16,7 +16,13 @@
"package": "enqueue/amqp-lib",
"version": "0.7",
"manifest": {
"post-install-output": " * Configure <comment>ENQUEUE_DSN=amqp+lib://user:pass@example.com:10000/%2f</comment>\n in your <comment>.env</comment> file.\n\n * For the full options, see\n <comment>https://github.com/php-enqueue/enqueue-dev/blob/master/docs/transport/amqp_lib.md</comment>\n"
"post-install-output": [
" * Configure <comment>ENQUEUE_DSN=amqp+lib://user:pass@example.com:10000/%2f</comment>",
" in your <comment>.env</comment> file.",
"",
" * For the full options, see",
" <comment>https://github.com/php-enqueue/enqueue-dev/blob/master/docs/transport/amqp_lib.md</comment>"
]
},
"files": [],
"origin": "enqueue/amqp-lib:0.7@github.com/symfony/recipes-contrib:master",
+11 -1
View File
@@ -16,7 +16,17 @@
"package": "enqueue/dbal",
"version": "0.4",
"manifest": {
"post-install-output": " * Configure <comment>ENQUEUE_DSN=mysql://user:pass@localhost:3306/mqdev</comment>\n in your <comment>.env</comment> file.\n\n * Or, to re-use the <comment>DATABASE_URL</comment> environment variable, edit\n the <comment>config/packages/enqueue.yaml</comment> file and change to\n <comment>transport: %env(resolve:DATABASE_URL)%</comment>.\n\n * For the full options, see\n <comment>https://github.com/php-enqueue/enqueue-dev/blob/master/docs/transport/dbal.md</comment>\n"
"post-install-output": [
" * Configure <comment>ENQUEUE_DSN=mysql://user:pass@localhost:3306/mqdev</comment>",
" in your <comment>.env</comment> file.",
"",
" * Or, to re-use the <comment>DATABASE_URL</comment> environment variable, edit",
" the <comment>config/packages/enqueue.yaml</comment> file and change to",
" <comment>transport: %env(resolve:DATABASE_URL)%</comment>.",
"",
" * For the full options, see",
" <comment>https://github.com/php-enqueue/enqueue-dev/blob/master/docs/transport/dbal.md</comment>"
]
},
"files": [],
"origin": "enqueue/dbal:0.4@github.com/symfony/recipes-contrib:master",
+7 -1
View File
@@ -16,7 +16,13 @@
"package": "enqueue/fs",
"version": "0.4",
"manifest": {
"post-install-output": " * Configure <comment>ENQUEUE_DSN=file://%kernel.project_dir%/var/queue</comment>\n in your <comment>.env</comment> file.\n\n * For the full options, see\n <comment>https://github.com/php-enqueue/enqueue-dev/blob/master/docs/transport/filesystem.md</comment>\n"
"post-install-output": [
" * Configure <comment>ENQUEUE_DSN=file://%kernel.project_dir%/var/queue</comment>",
" in your <comment>.env</comment> file.",
"",
" * For the full options, see",
" <comment>https://github.com/php-enqueue/enqueue-dev/blob/master/docs/transport/filesystem.md</comment>"
]
},
"files": [],
"origin": "enqueue/fs:0.4@github.com/symfony/recipes-contrib:master",
+7 -1
View File
@@ -16,7 +16,13 @@
"package": "enqueue/gearman",
"version": "0.7",
"manifest": {
"post-install-output": " * Configure <comment>ENQUEUE_DSN=gearman://example:5555</comment>\n in your <comment>.env</comment> file.\n\n * For the full options, see\n <comment>https://github.com/php-enqueue/enqueue-dev/blob/master/docs/transport/gearman.md</comment>\n"
"post-install-output": [
" * Configure <comment>ENQUEUE_DSN=gearman://example:5555</comment>",
" in your <comment>.env</comment> file.",
"",
" * For the full options, see",
" <comment>https://github.com/php-enqueue/enqueue-dev/blob/master/docs/transport/gearman.md</comment>"
]
},
"files": [],
"origin": "enqueue/gearman:0.7@github.com/symfony/recipes-contrib:master",
+9 -1
View File
@@ -19,7 +19,15 @@
"env": {
"PUBSUB_EMULATOR_HOST": "http://localhost:8900"
},
"post-install-output": " * Configure <comment>ENQUEUE_DSN=gps:</comment> in your <comment>.env</comment> file.\n\n * Also configure the <comment>PUBSUB_EMULATOR_HOST</comment> environment\n variable in <comment>.env</comment>.\n\n * For the full options, see\n <comment>https://github.com/php-enqueue/enqueue-dev/blob/master/docs/transport/gps.md</comment>\n"
"post-install-output": [
" * Configure <comment>ENQUEUE_DSN=gps:</comment> in your <comment>.env</comment> file.",
"",
" * Also configure the <comment>PUBSUB_EMULATOR_HOST</comment> environment",
" variable in <comment>.env</comment>.",
"",
" * For the full options, see",
" <comment>https://github.com/php-enqueue/enqueue-dev/blob/master/docs/transport/gps.md</comment>"
]
},
"files": [],
"origin": "enqueue/gps:0.7@github.com/symfony/recipes-contrib:master",
+7 -1
View File
@@ -16,7 +16,13 @@
"package": "enqueue/mongodb",
"version": "0.8",
"manifest": {
"post-install-output": " * Configure <comment>ENQUEUE_DSN=mongodb://localhost:27017/db_name</comment>\n in your <comment>.env</comment> file.\n\n * For the full options, see\n <comment>https://github.com/php-enqueue/enqueue-dev/blob/master/docs/transport/mongodb.md</comment>\n"
"post-install-output": [
" * Configure <comment>ENQUEUE_DSN=mongodb://localhost:27017/db_name</comment>",
" in your <comment>.env</comment> file.",
"",
" * For the full options, see",
" <comment>https://github.com/php-enqueue/enqueue-dev/blob/master/docs/transport/mongodb.md</comment>"
]
},
"files": [],
"origin": "enqueue/mongodb:0.8@github.com/symfony/recipes-contrib:master",
+7 -1
View File
@@ -16,7 +16,13 @@
"package": "enqueue/pheanstalk",
"version": "0.5",
"manifest": {
"post-install-output": " * Configure <comment>ENQUEUE_DSN=beanstalk://example:5555</comment>\n in your <comment>.env</comment> file.\n\n * For the full options, see\n <comment>https://github.com/php-enqueue/enqueue-dev/blob/master/docs/transport/pheanstalk.md</comment>\n"
"post-install-output": [
" * Configure <comment>ENQUEUE_DSN=beanstalk://example:5555</comment>",
" in your <comment>.env</comment> file.",
"",
" * For the full options, see",
" <comment>https://github.com/php-enqueue/enqueue-dev/blob/master/docs/transport/pheanstalk.md</comment>"
]
},
"files": [],
"origin": "enqueue/pheanstalk:0.5@github.com/symfony/recipes-contrib:master",
+7 -1
View File
@@ -16,7 +16,13 @@
"package": "enqueue/rdkafka",
"version": "0.7",
"manifest": {
"post-install-output": " * Configure <comment>ENQUEUE_DSN=rdkafka://</comment>\n in your <comment>.env</comment> file.\n\n * For the full options, see\n <comment>https://github.com/php-enqueue/enqueue-dev/blob/master/docs/transport/kafka.md</comment>\n"
"post-install-output": [
" * Configure <comment>ENQUEUE_DSN=rdkafka://</comment>",
" in your <comment>.env</comment> file.",
"",
" * For the full options, see",
" <comment>https://github.com/php-enqueue/enqueue-dev/blob/master/docs/transport/kafka.md</comment>"
]
},
"files": [],
"origin": "enqueue/rdkafka:0.7@github.com/symfony/recipes-contrib:master",
+7 -1
View File
@@ -16,7 +16,13 @@
"package": "enqueue/rdkafka",
"version": "0.8",
"manifest": {
"post-install-output": " * Configure <comment>ENQUEUE_DSN=kafka://</comment>\n in your <comment>.env</comment> file.\n\n * For the full options, see\n <comment>https://github.com/php-enqueue/enqueue-dev/blob/master/docs/transport/kafka.md</comment>\n"
"post-install-output": [
" * Configure <comment>ENQUEUE_DSN=kafka://</comment>",
" in your <comment>.env</comment> file.",
"",
" * For the full options, see",
" <comment>https://github.com/php-enqueue/enqueue-dev/blob/master/docs/transport/kafka.md</comment>"
]
},
"files": [],
"origin": "enqueue/rdkafka:0.8@github.com/symfony/recipes-contrib:master",
+7 -1
View File
@@ -16,7 +16,13 @@
"package": "enqueue/redis",
"version": "0.7",
"manifest": {
"post-install-output": " * Configure <comment>ENQUEUE_DSN=redis://example.com:1000</comment>\n in your <comment>.env</comment> file.\n\n * For the full options, see\n <comment>https://github.com/php-enqueue/enqueue-dev/blob/master/docs/transport/redis.md</comment>\n"
"post-install-output": [
" * Configure <comment>ENQUEUE_DSN=redis://example.com:1000</comment>",
" in your <comment>.env</comment> file.",
"",
" * For the full options, see",
" <comment>https://github.com/php-enqueue/enqueue-dev/blob/master/docs/transport/redis.md</comment>"
]
},
"files": [],
"origin": "enqueue/redis:0.7@github.com/symfony/recipes-contrib:master",
+7 -1
View File
@@ -16,7 +16,13 @@
"package": "enqueue/sqs",
"version": "0.7",
"manifest": {
"post-install-output": " * Configure <comment>ENQUEUE_DSN=sqs:?key=aKey&secret=aSecret&region=aRegion</comment>\n in your <comment>.env</comment> file.\n\n * For the full options, see\n <comment>https://github.com/php-enqueue/enqueue-dev/blob/master/docs/transport/sqs.md</comment>\n"
"post-install-output": [
" * Configure <comment>ENQUEUE_DSN=sqs:?key=aKey&secret=aSecret&region=aRegion</comment>",
" in your <comment>.env</comment> file.",
"",
" * For the full options, see",
" <comment>https://github.com/php-enqueue/enqueue-dev/blob/master/docs/transport/sqs.md</comment>"
]
},
"files": [],
"origin": "enqueue/sqs:0.7@github.com/symfony/recipes-contrib:master",
+7 -1
View File
@@ -16,7 +16,13 @@
"package": "enqueue/stomp",
"version": "0.7",
"manifest": {
"post-install-output": " * Configure <comment>ENQUEUE_DSN=stomp://example.com:1000?login=theLogin</comment>\n in your <comment>.env</comment> file.\n\n * For the full options, see\n <comment>https://github.com/php-enqueue/enqueue-dev/blob/master/docs/transport/stomp.md</comment>\n"
"post-install-output": [
" * Configure <comment>ENQUEUE_DSN=stomp://example.com:1000?login=theLogin</comment>",
" in your <comment>.env</comment> file.",
"",
" * For the full options, see",
" <comment>https://github.com/php-enqueue/enqueue-dev/blob/master/docs/transport/stomp.md</comment>"
]
},
"files": [],
"origin": "enqueue/stomp:0.7@github.com/symfony/recipes-contrib:master",
+7 -1
View File
@@ -16,7 +16,13 @@
"package": "enqueue/wamp",
"version": "0.9",
"manifest": {
"post-install-output": " * Configure <comment>ENQUEUE_DSN=wamp://127.0.0.1:9090</comment>\n in your <comment>.env</comment> file.\n\n * For the full options, see\n <comment>https://github.com/php-enqueue/enqueue-dev/blob/master/docs/transport/wamp.md</comment>\n"
"post-install-output": [
" * Configure <comment>ENQUEUE_DSN=wamp://127.0.0.1:9090</comment>",
" in your <comment>.env</comment> file.",
"",
" * For the full options, see",
" <comment>https://github.com/php-enqueue/enqueue-dev/blob/master/docs/transport/wamp.md</comment>"
]
},
"files": [],
"origin": "enqueue/wamp:0.9@github.com/symfony/recipes-contrib:master",
+3 -1
View File
@@ -30,7 +30,9 @@
"gitignore": [
"/behat.yml"
],
"post-install-output": " Run <comment>vendor/bin/behat</> to run the demo tests.\n"
"post-install-output": [
" Run <comment>vendor/bin/behat</> to run the demo tests."
]
},
"files": {
"features/demo.feature": {
+7 -1
View File
@@ -24,7 +24,13 @@
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
},
"post-install-output": " * Edit the <fg=green>config/packages/configuration_converter.yaml</> file to configure your own settings.\n\n * Run <fg=green>bin/console configuration:convert</> to convert your configuration.\n\nDocumentation: https://github.com/GregoireHebert/configuration-converter-bundle\n"
"post-install-output": [
" * Edit the <fg=green>config/packages/configuration_converter.yaml</> file to configure your own settings.",
"",
" * Run <fg=green>bin/console configuration:convert</> to convert your configuration.",
"",
"Documentation: https://github.com/GregoireHebert/configuration-converter-bundle"
]
},
"files": {
"config/packages/configuration_converter.yaml": {
+6 -1
View File
@@ -33,7 +33,12 @@
"gitignore": [
"/%CONFIG_DIR%/jwt/*.pem"
],
"post-install-output": " * <fg=blue>Read</> the documentation at:\n <comment>https://github.com/GregoireHebert/docusign-bundle</>\n * <fg=blue>Edit</> the <comment>.env</> file to adapt the authentication settings.\n * <fg=blue>Edit</> the <comment>config/packages/docusign.yaml</> file to configure your documents signatures.\n"
"post-install-output": [
" * <fg=blue>Read</> the documentation at:",
" <comment>https://github.com/GregoireHebert/docusign-bundle</>",
" * <fg=blue>Edit</> the <comment>.env</> file to adapt the authentication settings.",
" * <fg=blue>Edit</> the <comment>config/packages/docusign.yaml</> file to configure your documents signatures."
]
},
"files": {
"config/routes/docusign.yaml": {
+4 -1
View File
@@ -24,7 +24,10 @@
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
},
"post-install-output": " * <fg=blue>Configure</> bundle in <comment>config/packages/scheduler.yaml</>\n * <fg=blue>Read</> the documentation at <comment>https://github.com/goksagun/scheduler-bundle/blob/master/README.md</>\n"
"post-install-output": [
" * <fg=blue>Configure</> bundle in <comment>config/packages/scheduler.yaml</>",
" * <fg=blue>Read</> the documentation at <comment>https://github.com/goksagun/scheduler-bundle/blob/master/README.md</>"
]
},
"files": {
"config/packages/scheduler.yaml": {
+7 -1
View File
@@ -28,7 +28,13 @@
"container": {
"google_recaptcha_site_key": "%env(GOOGLE_RECAPTCHA_SITE_KEY)%"
},
"post-install-output": " * Register a site on https://www.google.com/recaptcha/admin\n\n * Modify your GOOGLE_RECAPTCHA_SITE_KEY and GOOGLE_RECAPTCHA_SECRET config in <fg=green>.env</>\n\n * Inject the <fg=green>ReCaptcha\\ReCaptcha</> service when you need to <fg=green>verify</> a submitted captcha\n"
"post-install-output": [
" * Register a site on https://www.google.com/recaptcha/admin",
"",
" * Modify your GOOGLE_RECAPTCHA_SITE_KEY and GOOGLE_RECAPTCHA_SECRET config in <fg=green>.env</>",
"",
" * Inject the <fg=green>ReCaptcha\\ReCaptcha</> service when you need to <fg=green>verify</> a submitted captcha"
]
},
"files": {
"config/packages/google_recaptcha.yaml": {
+4 -1
View File
@@ -26,7 +26,10 @@
"config/": "%CONFIG_DIR%/",
"fixtures/": "fixtures/"
},
"post-install-output": " * <fg=blue>Write</> fixtures files in the <comment>fixtures/</> folder\n * <fg=blue>Run</> <comment>php bin/console hautelook:fixtures:load</>\n"
"post-install-output": [
" * <fg=blue>Write</> fixtures files in the <comment>fixtures/</> folder",
" * <fg=blue>Run</> <comment>php bin/console hautelook:fixtures:load</>"
]
},
"files": {
"config/packages/dev/hautelook_alice.yaml": {
+4 -1
View File
@@ -25,7 +25,10 @@
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
},
"post-install-output": " * <fg=blue>Choose your bundles</> by visiting <comment>http://localhost/fitz/install</>\n * <fg=blue>Install</> them by running <comment>php bin/console fitz:install</>\n"
"post-install-output": [
" * <fg=blue>Choose your bundles</> by visiting <comment>http://localhost/fitz/install</>",
" * <fg=blue>Install</> them by running <comment>php bin/console fitz:install</>"
]
},
"files": {
"config/routes/dev/hugosoltys_fitz.yaml": {
+17 -1
View File
@@ -28,7 +28,23 @@
"FB_ID": "",
"FB_SECRET": ""
},
"post-install-output": " * <fg=blue>Configure</> your application:\n 1. Add firewall by adding <comment>- main:\n anonymous: true\n oauth:\n resource_owners:\n my_github: \"/login/check-github\"\n login_path: /login\n use_forward: false\n failure_path: /login\n\n oauth_user_provider:\n service: hwi_oauth.user.provider\n</> in your security firewalls section.\n\n * <fg=blue>Read</> the documentation at <comment>https://github.com/hwi/HWIOAuthBundle/blob/master/Resources/doc/3-configuring_the_security_layer.md</>\n"
"post-install-output": [
" * <fg=blue>Configure</> your application:",
" 1. Add firewall by adding <comment>- main:",
" anonymous: true",
" oauth:",
" resource_owners:",
" my_github: \"/login/check-github\"",
" login_path: /login",
" use_forward: false",
" failure_path: /login",
"",
" oauth_user_provider:",
" service: hwi_oauth.user.provider",
"</> in your security firewalls section.",
"",
" * <fg=blue>Read</> the documentation at <comment>https://github.com/hwi/HWIOAuthBundle/blob/master/Resources/doc/3-configuring_the_security_layer.md</>"
]
},
"files": {
"config/routes/hwi_oauth_routing.yaml": {
+5 -1
View File
@@ -29,7 +29,11 @@
"MARVEL_PUBLIC_API_KEY": "...",
"MARVEL_PRIVATE_API_KEY": "..."
},
"post-install-output": " * Create a free account on https://developers.marvel.com\n and modify your MARVEL_PUBLIC_API_KEY and MARVEL_PRIVATE_API_KEY\n config in <fg=green>.env</>\n"
"post-install-output": [
" * Create a free account on https://developers.marvel.com",
" and modify your MARVEL_PUBLIC_API_KEY and MARVEL_PRIVATE_API_KEY",
" config in <fg=green>.env</>"
]
},
"files": {
"config/packages/ikoene_marvel_api.yaml": {
+7 -1
View File
@@ -28,7 +28,13 @@
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
},
"post-install-output": " * <fg=blue>Register your application</> by visiting <comment>https://apps.developer.allegro.pl/</> or <comment>https://apps.developer.allegro.pl.allegrosandbox.pl/</>\n * <fg=blue>Edit .env.local</> with your client id and client secret\n * <fg=blue>Configure</> bundle - <comment>imper86_allegro_api.yaml</> in your <comment>config/packages</> directory\n * <fg=blue>Do make:migration or doctrine:schema:update</> for bundle's entities\n * <fg=blue>Start using</> visiting <comment>/allegro-api/start</> - this route will prepare allegro authorization url and will redirect you to allegro login page\n"
"post-install-output": [
" * <fg=blue>Register your application</> by visiting <comment>https://apps.developer.allegro.pl/</> or <comment>https://apps.developer.allegro.pl.allegrosandbox.pl/</>",
" * <fg=blue>Edit .env.local</> with your client id and client secret",
" * <fg=blue>Configure</> bundle - <comment>imper86_allegro_api.yaml</> in your <comment>config/packages</> directory",
" * <fg=blue>Do make:migration or doctrine:schema:update</> for bundle's entities",
" * <fg=blue>Start using</> visiting <comment>/allegro-api/start</> - this route will prepare allegro authorization url and will redirect you to allegro login page"
]
},
"files": {
"config/routes/imper86_allegro_api.yaml": {
+4 -1
View File
@@ -24,7 +24,10 @@
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
},
"post-install-output": " * <fg=blue>Configure</> jobs in <comment>imper86_jobby.yaml</> in your <comment>config/packages</> directory\n * <fg=blue>Check config details</> with command <comment>./bin/console config:dump imper86_jobby</>\n"
"post-install-output": [
" * <fg=blue>Configure</> jobs in <comment>imper86_jobby.yaml</> in your <comment>config/packages</> directory",
" * <fg=blue>Check config details</> with command <comment>./bin/console config:dump imper86_jobby</>"
]
},
"files": {
"config/packages/imper86_jobby.yaml": {
+4 -1
View File
@@ -24,7 +24,10 @@
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
},
"post-install-output": " * <fg=blue>Configure</> instances in <comment>imper86_supervisor.yaml</> in your <comment>config/packages</> directory\n * <fg=blue>Create supervisor config</> with command <comment>./bin/console i86:supervisor:rebuild</>\n"
"post-install-output": [
" * <fg=blue>Configure</> instances in <comment>imper86_supervisor.yaml</> in your <comment>config/packages</> directory",
" * <fg=blue>Create supervisor config</> with command <comment>./bin/console i86:supervisor:rebuild</>"
]
},
"files": {
"config/packages/imper86_supervisor.yaml": {
+4 -1
View File
@@ -27,7 +27,10 @@
"env": {
"INSPECTOR_INGESTION_KEY": ""
},
"post-install-output": " * <fg=blue>Read</> the full documentation to properly configure your\n Symfony application at <comment>https://docs.inspector.dev/</>\n"
"post-install-output": [
" * <fg=blue>Read</> the full documentation to properly configure your",
" Symfony application at <comment>https://docs.inspector.dev/</>"
]
},
"files": {
"config/packages/inspector.yaml": {
+4 -1
View File
@@ -28,7 +28,10 @@
"JACQUESNDL_MAILER_SENDER_NAME": "Example",
"JACQUESNDL_MAILER_SENDER_ADDRESS": "example@domain.tld"
},
"post-install-output": " * The Jacquesndl/MailerBundle needs your default sender configuration.\n Modify your JACQUESNDL_MAILER_SENDER_NAME and JACQUESNDL_MAILER_SENDER_ADDRESS config in <fg=green>.env</>\n"
"post-install-output": [
" * The Jacquesndl/MailerBundle needs your default sender configuration.",
" Modify your JACQUESNDL_MAILER_SENDER_NAME and JACQUESNDL_MAILER_SENDER_ADDRESS config in <fg=green>.env</>"
]
},
"files": {
"config/packages/jacquesndl_mailer.yaml": {
+10 -1
View File
@@ -20,7 +20,16 @@
"bin/": "%BIN_DIR%/",
"config/": "%CONFIG_DIR%/"
},
"post-install-output": " * <fg=blue>Finish</> package configuration:\n 1. Configure <comment>config/jane/config.php</> with your specification details\n 2. Run <comment>bin/jane-generate</>\n 3. Add <comment>generated/</> directory to your composer autoload definition (eg. <comment>\"MyApp\\\\Library\\\\Generated\\\\\": \"generated/\"</>)\n 4. Open <comment>config/packages/jane.yaml</> and replace <comment>MyApp\\Library\\Generated\\Normalizer\\JaneObjectNormalizer</> class with your generated normalizer.\n 5. Then remove line comments\n\nDocumentation: https://jane.readthedocs.io/en/latest/\n"
"post-install-output": [
" * <fg=blue>Finish</> package configuration:",
" 1. Configure <comment>config/jane/config.php</> with your specification details",
" 2. Run <comment>bin/jane-generate</>",
" 3. Add <comment>generated/</> directory to your composer autoload definition (eg. <comment>\"MyApp\\\\Library\\\\Generated\\\\\": \"generated/\"</>)",
" 4. Open <comment>config/packages/jane.yaml</> and replace <comment>MyApp\\Library\\Generated\\Normalizer\\JaneObjectNormalizer</> class with your generated normalizer.",
" 5. Then remove line comments",
"",
"Documentation: https://jane.readthedocs.io/en/latest/"
]
},
"files": {
"config/jane/config.php": {
+10 -1
View File
@@ -23,7 +23,16 @@
"conflict": {
"symfony/symfony": "<5.0"
},
"post-install-output": " * <fg=blue>Finish</> package configuration:\n 1. Configure <comment>config/jane/json_schema.php</> with your specification details\n 2. Run <comment>bin/jane-json-schema-generate</>\n 3. Add <comment>generated/</> directory to your composer autoload definition (eg. <comment>\"MyApp\\\\Library\\\\Generated\\\\\": \"generated/\"</>)\n 4. Open <comment>config/packages/jane.yaml</> and replace <comment>MyApp\\Library\\Generated\\</> namespace with your generated namespace.\n 5. Then remove line comments\n\nDocumentation: https://jane.readthedocs.io/en/latest/\n"
"post-install-output": [
" * <fg=blue>Finish</> package configuration:",
" 1. Configure <comment>config/jane/json_schema.php</> with your specification details",
" 2. Run <comment>bin/jane-json-schema-generate</>",
" 3. Add <comment>generated/</> directory to your composer autoload definition (eg. <comment>\"MyApp\\\\Library\\\\Generated\\\\\": \"generated/\"</>)",
" 4. Open <comment>config/packages/jane.yaml</> and replace <comment>MyApp\\Library\\Generated\\</> namespace with your generated namespace.",
" 5. Then remove line comments",
"",
"Documentation: https://jane.readthedocs.io/en/latest/"
]
},
"files": {
"config/jane/json_schema.php": {
+10 -1
View File
@@ -23,7 +23,16 @@
"conflict": {
"symfony/symfony": "<5.0"
},
"post-install-output": " * <fg=blue>Finish</> package configuration:\n 1. Configure <comment>config/jane/open_api.php</> with your specification details\n 2. Run <comment>bin/jane-open-api-generate</>\n 3. Add <comment>generated/</> directory to your composer autoload definition (eg. <comment>\"MyApp\\\\Library\\\\Generated\\\\\": \"generated/\"</>)\n 4. Open <comment>config/packages/jane.yaml</> and replace <comment>MyApp\\Library\\Generated\\</> namespace with your generated namespace.\n 5. Then remove line comments\n\nDocumentation: https://jane.readthedocs.io/en/latest/\n"
"post-install-output": [
" * <fg=blue>Finish</> package configuration:",
" 1. Configure <comment>config/jane/open_api.php</> with your specification details",
" 2. Run <comment>bin/jane-open-api-generate</>",
" 3. Add <comment>generated/</> directory to your composer autoload definition (eg. <comment>\"MyApp\\\\Library\\\\Generated\\\\\": \"generated/\"</>)",
" 4. Open <comment>config/packages/jane.yaml</> and replace <comment>MyApp\\Library\\Generated\\</> namespace with your generated namespace.",
" 5. Then remove line comments",
"",
"Documentation: https://jane.readthedocs.io/en/latest/"
]
},
"files": {
"config/jane/open_api.php": {
+7 -1
View File
@@ -24,7 +24,13 @@
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
},
"post-install-output": " * <fg=blue>Configure</> your application:\n 1. Secure your route by adding <comment>- { path: ^/command-scheduler, role: ROLE_ADMIN }</> in your security config.\n 2. Set the single-entry point in crontab : <comment>* * * * * php /your_app/bin/console scheduler:execute</>\n\n * <fg=blue>Schedule</> your commands at <comment>http://your-app/command-scheduler/list</>\n"
"post-install-output": [
" * <fg=blue>Configure</> your application:",
" 1. Secure your route by adding <comment>- { path: ^/command-scheduler, role: ROLE_ADMIN }</> in your security config.",
" 2. Set the single-entry point in crontab : <comment>* * * * * php /your_app/bin/console scheduler:execute</>",
"",
" * <fg=blue>Schedule</> your commands at <comment>http://your-app/command-scheduler/list</>"
]
},
"files": {
"config/routes/scheduler.yaml": {
+4 -1
View File
@@ -29,7 +29,10 @@
"RECAPTCHA3_KEY": "my_site_key",
"RECAPTCHA3_SECRET": "my_secret"
},
"post-install-output": " * <fg=blue>Make sure</> you have proper values in your .env file\n * <fg=blue>Read</> the documentation at <comment>https://github.com/karser/KarserRecaptcha3Bundle</>\n"
"post-install-output": [
" * <fg=blue>Make sure</> you have proper values in your .env file",
" * <fg=blue>Read</> the documentation at <comment>https://github.com/karser/KarserRecaptcha3Bundle</>"
]
},
"files": {
"config/packages/karser_recaptcha3.yaml": {
+9 -1
View File
@@ -24,7 +24,15 @@
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
},
"post-install-output": " * <fg=blue>Finish</> bundle configuration:\n 1. Open <comment>config/packages/admin_lte.yaml</> and adjust to your needs\n 2. Create a layout file that uses:\n\n {% extends '@AdminLTE/layout/default-layout.html.twig' %}\n\nDocumentation: https://github.com/kevinpapst/AdminLTEBundle/blob/master/Resources/docs/\n"
"post-install-output": [
" * <fg=blue>Finish</> bundle configuration:",
" 1. Open <comment>config/packages/admin_lte.yaml</> and adjust to your needs",
" 2. Create a layout file that uses:",
"",
" {% extends '@AdminLTE/layout/default-layout.html.twig' %}",
"",
"Documentation: https://github.com/kevinpapst/AdminLTEBundle/blob/master/Resources/docs/"
]
},
"files": {
"config/packages/admin_lte.yaml": {
+5 -1
View File
@@ -24,7 +24,11 @@
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
},
"post-install-output": " * <fg=blue>Download & configure your OAuth2 clients in </> your oauth2 clients:\n <comment>config/packages/knpu_oauth2_client.yaml</>\n <comment>https://github.com/knpuniversity/oauth2-client-bundle#configuring-a-client</>\n"
"post-install-output": [
" * <fg=blue>Download & configure your OAuth2 clients in </> your oauth2 clients:",
" <comment>config/packages/knpu_oauth2_client.yaml</>",
" <comment>https://github.com/knpuniversity/oauth2-client-bundle#configuring-a-client</>"
]
},
"files": {
"config/packages/knpu_oauth2_client.yaml": {
+9 -1
View File
@@ -24,7 +24,15 @@
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
},
"post-install-output": " * <fg=blue>Finish</> bundle configuration:\n 1. Open <comment>config/packages/twig.yaml</>\n 2. Add form template to form_themes section like this:\n\n twig:\n form_themes:\n - '@I18nForm/bootstrap_4_form.html.twig'\n"
"post-install-output": [
" * <fg=blue>Finish</> bundle configuration:",
" 1. Open <comment>config/packages/twig.yaml</>",
" 2. Add form template to form_themes section like this:",
"",
" twig:",
" form_themes:",
" - '@I18nForm/bootstrap_4_form.html.twig'"
]
},
"files": {
"config/packages/i18n_form.yaml": {
+5 -1
View File
@@ -19,7 +19,11 @@
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
},
"post-install-output": " * Buzz is great for sending PSR-7 requests. To get started you need to install\n a PSR-7 implementation and a PSR-17 factory. There are many to choose from.\n To quickly get started run <info>composer require nyholm/psr7</info>\n"
"post-install-output": [
" * Buzz is great for sending PSR-7 requests. To get started you need to install",
" a PSR-7 implementation and a PSR-17 factory. There are many to choose from.",
" To quickly get started run <info>composer require nyholm/psr7</info>"
]
},
"files": {
"config/packages/buzz.yaml": {
+6 -1
View File
@@ -25,7 +25,12 @@
"config/": "%CONFIG_DIR%/",
"var/": "%VAR_DIR%/"
},
"post-install-output": " * <fg=blue>Configure</> your own storages in <comment>config/packages/flysystem.yaml</comment>.\n\n * <fg=blue>Read</> the documentation at:\n <comment>https://github.com/thephpleague/flysystem-bundle/blob/master/docs/1-getting-started.md</>\n"
"post-install-output": [
" * <fg=blue>Configure</> your own storages in <comment>config/packages/flysystem.yaml</comment>.",
"",
" * <fg=blue>Read</> the documentation at:",
" <comment>https://github.com/thephpleague/flysystem-bundle/blob/master/docs/1-getting-started.md</>"
]
},
"files": {
"var/storage/.gitignore": {
+7 -1
View File
@@ -24,7 +24,13 @@
"all"
]
},
"post-install-output": " * Bundle is installed but it require a configuration.\n Run command <fg=green>bin/console sapient:configure</>.\n Then, copy output of command and paste it in <fg=green>config/packages/sapient.yaml</>\n\n * <fg=blue>Read</> the documentation at <comment>http://sapient-bundle.readthedocs.io/en/latest/</>\n"
"post-install-output": [
" * Bundle is installed but it require a configuration.",
" Run command <fg=green>bin/console sapient:configure</>.",
" Then, copy output of command and paste it in <fg=green>config/packages/sapient.yaml</>",
"",
" * <fg=blue>Read</> the documentation at <comment>http://sapient-bundle.readthedocs.io/en/latest/</>"
]
},
"files": {
"config/packages/sapient.yaml": {
+6 -1
View File
@@ -28,7 +28,12 @@
"gitignore": [
"/%PUBLIC_DIR%/media/cache/"
],
"post-install-output": " <fg=blue;options=bold>Configure</> <fg=blue>your transformations:</>\n 1. You <options=bold>MUST</> verify and uncomment the configuration in <comment>%CONFIG_DIR%/packages/liip_imagine.yaml</>.\n 2. You <options=bold>MAY</> configure your image transformation library (<comment>gmagick</>, <comment>imagick</>, or <comment>gd</> [default]).\n 3. You <options=bold>MAY</> define custom transformation definitions under the <comment>filter_sets</> option.\n"
"post-install-output": [
" <fg=blue;options=bold>Configure</> <fg=blue>your transformations:</>",
" 1. You <options=bold>MUST</> verify and uncomment the configuration in <comment>%CONFIG_DIR%/packages/liip_imagine.yaml</>.",
" 2. You <options=bold>MAY</> configure your image transformation library (<comment>gmagick</>, <comment>imagick</>, or <comment>gd</> [default]).",
" 3. You <options=bold>MAY</> define custom transformation definitions under the <comment>filter_sets</> option."
]
},
"files": {
"config/routes/liip_imagine.yaml": {
+6 -1
View File
@@ -24,7 +24,12 @@
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
},
"post-install-output": " <options=bold>Configure</> the bundle and routes:\n 1. You <options=bold>MUST</> verify the configuration in <comment>%CONFIG_DIR%/packages/monitor.yaml</>.\n 2. You <options=bold>MAY</> configure additional your checks and reporters, see the README.md for instructions.\n 3. You <options=bold>MAY</> configure the routes as specified in the README.md if you enable the controller.\n"
"post-install-output": [
" <options=bold>Configure</> the bundle and routes:",
" 1. You <options=bold>MUST</> verify the configuration in <comment>%CONFIG_DIR%/packages/monitor.yaml</>.",
" 2. You <options=bold>MAY</> configure additional your checks and reporters, see the README.md for instructions.",
" 3. You <options=bold>MAY</> configure the routes as specified in the README.md if you enable the controller."
]
},
"files": {
"config/packages/monitor.yaml": {
+11 -1
View File
@@ -32,7 +32,17 @@
"#2": "e.g. 'homo' for 'Homologation', 'prod' for 'Production', 'int' for 'Integration'",
"PAYLINE_ENVIRONMENT": "homo"
},
"post-install-output": " * <fg=blue>Configure</> Payline environment variables in <comment>.env</comment>;\n\n * <fg=blue>Using Symfony 4.4/5.x: Encrypt sensitive environment variables</>\n with <comment>bin/console secrets:set</comment> command (optional);\n\n * Using Symfony 3.4/4.x: Ensure to correctly expose the environment variables commented in `.env` file.\n\n * <fg=blue>Read</> the documentation at:\n <comment>https://github.com/lolautruche/LolautruchePaylineBundle/blob/master/Resources/doc/00-index.md</>\n"
"post-install-output": [
" * <fg=blue>Configure</> Payline environment variables in <comment>.env</comment>;",
"",
" * <fg=blue>Using Symfony 4.4/5.x: Encrypt sensitive environment variables</>",
" with <comment>bin/console secrets:set</comment> command (optional);",
"",
" * Using Symfony 3.4/4.x: Ensure to correctly expose the environment variables commented in `.env` file.",
"",
" * <fg=blue>Read</> the documentation at:",
" <comment>https://github.com/lolautruche/LolautruchePaylineBundle/blob/master/Resources/doc/00-index.md</>"
]
},
"files": {
"config/routes/payline.yaml": {
+5 -1
View File
@@ -34,7 +34,11 @@
"composer-scripts": {
"maba:webpack:install-node-modules": "symfony-cmd"
},
"post-install-output": "Run <info>maba:webpack:compile</info> to compile assets when deploying.\n\nAlways run <info>maba:webpack:dev-server</info> in dev environment.\n"
"post-install-output": [
"Run <info>maba:webpack:compile</info> to compile assets when deploying.",
"",
"Always run <info>maba:webpack:dev-server</info> in dev environment."
]
},
"files": {
"assets/.gitignore": {
+3 -1
View File
@@ -24,7 +24,9 @@
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
},
"post-install-output": " * <fg=blue>Read</> the documentation at <comment>https://github.com/MacPaw/sentry-monolog-adapter</>\n"
"post-install-output": [
" * <fg=blue>Read</> the documentation at <comment>https://github.com/MacPaw/sentry-monolog-adapter</>"
]
},
"files": {
"config/packages/sentry_monolog_adapter.yaml": {
+13 -1
View File
@@ -24,7 +24,19 @@
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
},
"post-install-output": " *. Add healthcheck firewall to <fg=green>config/security.yaml</> file\n\n<comment>\nsecurity:\n firewalls:\n healthcheck:\n pattern: ^/health\n security: false\n</>\n\n * <fg=blue>Read</> the documentation at <comment>https://github.com/MacPaw/symfony-health-check-bundle</>\n"
"post-install-output": [
" *. Add healthcheck firewall to <fg=green>config/security.yaml</> file",
"",
"<comment>",
"security:",
" firewalls:",
" healthcheck:",
" pattern: ^/health",
" security: false",
"</>",
"",
" * <fg=blue>Read</> the documentation at <comment>https://github.com/MacPaw/symfony-health-check-bundle</>"
]
},
"files": {
"config/routes/symfony_health_check.yaml": {
+5 -1
View File
@@ -24,7 +24,11 @@
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
},
"post-install-output": " * <fg=blue>Edit</> mael_intervention_image.yaml to configure the driver in config/packages\n * <fg=blue>Read</> documentation at <comment>https://github.com/Mael-91/InterventionImageBundle/blob/master/README.md</>\n \n"
"post-install-output": [
" * <fg=blue>Edit</> mael_intervention_image.yaml to configure the driver in config/packages",
" * <fg=blue>Read</> documentation at <comment>https://github.com/Mael-91/InterventionImageBundle/blob/master/README.md</>",
" "
]
},
"files": {
"config/packages/mael_intervention_image.yaml": {
+4 -1
View File
@@ -28,7 +28,10 @@
"MAEL_RECAPTCHA_KEY": "YOUR_RECAPTCHA_KEY",
"MAEL_RECAPTCHA_SECRET": "YOUR_RECAPTCHA_SECRET"
},
"post-install-output": " * <fg=blue>Edit mael_recaptcha.yaml</> add you keys in your .env file\n * <fg=blue>Read</>documentation at <comment>https://github.com/Mael-91/MaelRecaptchaBundle/blob/master/README.md</>\n"
"post-install-output": [
" * <fg=blue>Edit mael_recaptcha.yaml</> add you keys in your .env file",
" * <fg=blue>Read</>documentation at <comment>https://github.com/Mael-91/MaelRecaptchaBundle/blob/master/README.md</>"
]
},
"files": {
"config/packages/mael_recaptcha.yaml": {
+7 -1
View File
@@ -25,7 +25,13 @@
"config/": "%CONFIG_DIR%/",
"src/": "%SRC_DIR%/"
},
"post-install-output": "Please update config/packages/doctrine.yaml to link the entities correctly.\n - For this please read the following documentation :\n * https://github.com/Mapsred/TicketingBundle/blob/master/docs/2-setting_up_the_entities.md#b---fill-the-doctrine-configuration\n - For a full list of configuration options, see:\n * https://github.com/Mapsred/TicketingBundle/blob/master/docs/3-setting_up_the_configuration.md\n\n"
"post-install-output": [
"Please update config/packages/doctrine.yaml to link the entities correctly.",
" - For this please read the following documentation :",
" * https://github.com/Mapsred/TicketingBundle/blob/master/docs/2-setting_up_the_entities.md#b---fill-the-doctrine-configuration",
" - For a full list of configuration options, see:",
" * https://github.com/Mapsred/TicketingBundle/blob/master/docs/3-setting_up_the_configuration.md"
]
},
"files": {
"src/Repository/TicketKeywordRepository.php": {
+8 -1
View File
@@ -30,7 +30,14 @@
"AWS_SECRET_ACCESS_KEY": "not-a-real-secret",
"AWS_REGION": "us-east-1"
},
"post-install-output": " * You can add more platforms to your config in config/packages/awspush.yaml\n\n * You can remove the AWS credentials if they are configured in your app env or\n via an EC2 role.\n\n * <fg=blue>Read</> the documentation at <comment>https://github.com/mcfedr/awspushbundle/blob/master/README.md</>\n\n"
"post-install-output": [
" * You can add more platforms to your config in config/packages/awspush.yaml",
"",
" * You can remove the AWS credentials if they are configured in your app env or",
" via an EC2 role.",
"",
" * <fg=blue>Read</> the documentation at <comment>https://github.com/mcfedr/awspushbundle/blob/master/README.md</>"
]
},
"files": {
"config/packages/awspush.yaml": {
+5 -1
View File
@@ -28,7 +28,11 @@
"config/": "%CONFIG_DIR%/",
"src/": "%SRC_DIR%/"
},
"post-install-output": " * <fg=blue>Finish the media configuration</>:\n 1. Configure the flysystem filesystems for private and public file storage\n 2. Modify your MEDIA_REDIRECT_URL config in .env, a reverse proxy or CDN is highly recommended\n"
"post-install-output": [
" * <fg=blue>Finish the media configuration</>:",
" 1. Configure the flysystem filesystems for private and public file storage",
" 2. Modify your MEDIA_REDIRECT_URL config in .env, a reverse proxy or CDN is highly recommended"
]
},
"files": {
"src/Entity/Media.php": {
+4 -1
View File
@@ -27,7 +27,10 @@
"env": {
"GOOGLE_CREDENTIALS": ""
},
"post-install-output": " * <fg=blue>Read</> the documentation at <comment>https://github.com/MercesLyon/spreadsheet-client-bundle</>\n * <fg=blue>Configure</> using the <comment>GOOGLE_CREDENTIALS</> env variable and in the <comment>config/packages/merces_lab_spreadsheet_client.yaml</> configuration file\n"
"post-install-output": [
" * <fg=blue>Read</> the documentation at <comment>https://github.com/MercesLyon/spreadsheet-client-bundle</>",
" * <fg=blue>Configure</> using the <comment>GOOGLE_CREDENTIALS</> env variable and in the <comment>config/packages/merces_lab_spreadsheet_client.yaml</> configuration file"
]
},
"files": {
"config/packages/merces_lab_spreadsheet_client.yaml": {
+4 -1
View File
@@ -27,7 +27,10 @@
"env": {
"MERITOO_FORM_NOVALIDATE": "false"
},
"post-install-output": " * <fg=blue>Read</> the documentation at <comment>https://github.com/meritoo/common-bundle#usage</>\n * <fg=blue>Configure</> using options described at <comment>https://github.com/meritoo/common-bundle#configuration</>\n"
"post-install-output": [
" * <fg=blue>Read</> the documentation at <comment>https://github.com/meritoo/common-bundle#usage</>",
" * <fg=blue>Configure</> using options described at <comment>https://github.com/meritoo/common-bundle#configuration</>"
]
},
"files": {
"config/packages/meritoo_common.yaml": {
+16 -1
View File
@@ -24,7 +24,22 @@
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
},
"post-install-output": "<bg=yellow></>\n<bg=yellow> This bundle is Abandoned: use odolbeau/phone-number-bundle instead </>\n\n composer remove misd/phone-number-bundle --no-scripts\n composer require odolbeau/phone-number-bundle\n\n<bg=green;fg=white></>\n<bg=green;fg=white> You now can use the phone bundle as described here: </>\n<bg=green;fg=white> https://github.com/misd-service-development/phone-number-bundle#usage </>\n<bg=green;fg=white> The Doctrine configuration has been already done.</>\n<bg=green;fg=white> You now can use `phone_number` as an ORM-Type: </>\n\n /** @ORM\\Column(type=\"phone_number\") */\n private $phoneNumber;\n"
"post-install-output": [
"<bg=yellow></>",
"<bg=yellow> This bundle is Abandoned: use odolbeau/phone-number-bundle instead </>",
"",
" composer remove misd/phone-number-bundle --no-scripts",
" composer require odolbeau/phone-number-bundle",
"",
"<bg=green;fg=white></>",
"<bg=green;fg=white> You now can use the phone bundle as described here: </>",
"<bg=green;fg=white> https://github.com/misd-service-development/phone-number-bundle#usage </>",
"<bg=green;fg=white> The Doctrine configuration has been already done.</>",
"<bg=green;fg=white> You now can use `phone_number` as an ORM-Type: </>",
"",
" /** @ORM\\Column(type=\"phone_number\") */",
" private $phoneNumber;"
]
},
"files": {
"config/packages/misd_phone_number.yaml": {
+10 -1
View File
@@ -24,7 +24,16 @@
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
},
"post-install-output": "Warning: make sure the twig engine is turned on in framework.yaml\n\n - If not, add the following to config/packages/framework.yaml:\n\nframework:\n # ...\n templating:\n engines: ['twig']\n"
"post-install-output": [
"Warning: make sure the twig engine is turned on in framework.yaml",
"",
" - If not, add the following to config/packages/framework.yaml:",
"",
"framework:",
" # ...",
" templating:",
" engines: ['twig']"
]
},
"files": {
"config/routes/dtc_grid.yaml": {
+10 -1
View File
@@ -27,7 +27,16 @@
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
},
"post-install-output": "Warning: make sure the twig engine is turned on in framework.yaml\n\n - If not, add the following to config/packages/framework.yaml:\n\nframework:\n # ...\n templating:\n engines: ['twig']\n"
"post-install-output": [
"Warning: make sure the twig engine is turned on in framework.yaml",
"",
" - If not, add the following to config/packages/framework.yaml:",
"",
"framework:",
" # ...",
" templating:",
" engines: ['twig']"
]
},
"files": {
"config/routes/dtc_grid.yaml": {
+14 -1
View File
@@ -24,7 +24,20 @@
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
},
"post-install-output": "Please update config/packages/dtc_queue.yaml to accurately reflect your needs (odm / orm / beanstalkd / rabbit_mq etc.)\n - For a full list of configuration options, see:\n * https://github.com/mmucklo/DtcQueueBundle/Resources/doc/full-configuration.md\n\nFor admin, make sure the twig engine is turned on in framework.yaml\n\n - If not, add the following to config/packages/framework.yaml:\n\nframework:\n # ...\n templating:\n engines: ['twig']\n"
"post-install-output": [
"Please update config/packages/dtc_queue.yaml to accurately reflect your needs (odm / orm / beanstalkd / rabbit_mq etc.)",
" - For a full list of configuration options, see:",
" * https://github.com/mmucklo/DtcQueueBundle/Resources/doc/full-configuration.md",
"",
"For admin, make sure the twig engine is turned on in framework.yaml",
"",
" - If not, add the following to config/packages/framework.yaml:",
"",
"framework:",
" # ...",
" templating:",
" engines: ['twig']"
]
},
"files": {
"config/routes/dtc_queue.yaml": {
+16 -1
View File
@@ -24,7 +24,22 @@
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
},
"post-install-output": "Please update config/packages/dtc_queue.yaml to accurately reflect your needs.\n (Choose between odm|orm|beanstalkd|rabbit_mq|redis, etc.)\n\n - For a full list of configuration options, see:\n * https://github.com/mmucklo/DtcQueueBundle/blob/master/Resources/doc/full-configuration.md\n\nFor admin, make sure the twig is installed and the twig engine is turned on in framework.yaml\n\n - If not, install twig, then add the following to config/packages/framework.yaml:\n\nframework:\n # ...\n templating:\n engines: ['twig']\n"
"post-install-output": [
"Please update config/packages/dtc_queue.yaml to accurately reflect your needs.",
" (Choose between odm|orm|beanstalkd|rabbit_mq|redis, etc.)",
"",
" - For a full list of configuration options, see:",
" * https://github.com/mmucklo/DtcQueueBundle/blob/master/Resources/doc/full-configuration.md",
"",
"For admin, make sure the twig is installed and the twig engine is turned on in framework.yaml",
"",
" - If not, install twig, then add the following to config/packages/framework.yaml:",
"",
"framework:",
" # ...",
" templating:",
" engines: ['twig']"
]
},
"files": {
"config/routes/dtc_queue.yaml": {
+27 -1
View File
@@ -27,7 +27,33 @@
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
},
"post-install-output": "Please update config/packages/dtc_queue.yaml:\n\n# config/packages/dtc_queue.yaml\ndtc_queue:\n manager:\n # This parameter is required and should typically be set to one of:\n # [odm|orm|beanstalkd|rabbit_mq|redis]\n job: orm\n # ...\n\nFor a full list of configuration options, see:\n * https://github.com/mmucklo/DtcQueueBundle/blob/master/Resources/doc/full-configuration.md\n\nIf you use the \"orm\" job manager, you'll want to create a migration or update the schema on your database manually. For more info see:\n * https://github.com/mmucklo/DtcQueueBundle/blob/master/Resources/doc/symfony4-5.md\n\nFor admin, make sure twig-pack or twig-bundle + twig is installed.\n\nOn older versions of Symfony, the following might be necessary:\n\n# config/packages/framework.yaml\nframework:\n # ...\n templating:\n engines: ['twig']\n"
"post-install-output": [
"Please update config/packages/dtc_queue.yaml:",
"",
"# config/packages/dtc_queue.yaml",
"dtc_queue:",
" manager:",
" # This parameter is required and should typically be set to one of:",
" # [odm|orm|beanstalkd|rabbit_mq|redis]",
" job: orm",
" # ...",
"",
"For a full list of configuration options, see:",
" * https://github.com/mmucklo/DtcQueueBundle/blob/master/Resources/doc/full-configuration.md",
"",
"If you use the \"orm\" job manager, you'll want to create a migration or update the schema on your database manually. For more info see:",
" * https://github.com/mmucklo/DtcQueueBundle/blob/master/Resources/doc/symfony4-5.md",
"",
"For admin, make sure twig-pack or twig-bundle + twig is installed.",
"",
"On older versions of Symfony, the following might be necessary:",
"",
"# config/packages/framework.yaml",
"framework:",
" # ...",
" templating:",
" engines: ['twig']"
]
},
"files": {
"config/routes/dtc_queue.yaml": {
+5 -1
View File
@@ -21,7 +21,11 @@
"Gemfile": "Gemfile",
"etc/": "etc/"
},
"post-install-output": "Please update etc/capistrano/deploy.rb, etc/capistrano/deploy/staging.rb and etc/capistrano/deploy/production.rb to accurately reflect your needs.\n\n * <fg=blue>Read</> the capistrano symfony documentation at <comment>https://github.com/capistrano/symfony</>\n"
"post-install-output": [
"Please update etc/capistrano/deploy.rb, etc/capistrano/deploy/staging.rb and etc/capistrano/deploy/production.rb to accurately reflect your needs.",
"",
" * <fg=blue>Read</> the capistrano symfony documentation at <comment>https://github.com/capistrano/symfony</>"
]
},
"files": [],
"origin": "mobizel/symfony-capistrano:0.2@github.com/symfony/recipes-contrib:master",
+6 -1
View File
@@ -25,7 +25,12 @@
"config/": "%CONFIG_DIR%/",
"src/": "%SRC_DIR%/"
},
"post-install-output": " * Install the Symfony Maker Bundle using <info>composer require maker --dev</>. It's required for the next step.\n\n * Run <info>bin/console make:user:msgphp</>. It will guide you through the basic setup by asking a series of\n questions and generates the minimal application source files needed.\n"
"post-install-output": [
" * Install the Symfony Maker Bundle using <info>composer require maker --dev</>. It's required for the next step.",
"",
" * Run <info>bin/console make:user:msgphp</>. It will guide you through the basic setup by asking a series of",
" questions and generates the minimal application source files needed."
]
},
"files": {
"src/Entity/User.php": {
+5 -1
View File
@@ -24,7 +24,11 @@
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
},
"post-install-output": " * <fg=blue>Configure</> the bundle:\n <comment>config/packages/api_platform_ms.yaml</>\n <comment>https://github.com/mtarld/api-platform-ms-bundle</>\n"
"post-install-output": [
" * <fg=blue>Configure</> the bundle:",
" <comment>config/packages/api_platform_ms.yaml</>",
" <comment>https://github.com/mtarld/api-platform-ms-bundle</>"
]
},
"files": {
"config/packages/api_platform_ms.yaml": {
+4 -1
View File
@@ -24,7 +24,10 @@
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
},
"post-install-output": " * <fg=blue>Configure</> bundle in <comment>config/packages/symbok.yaml</>\n * <fg=blue>Read</> the documentation at <comment>https://github.com/mtarld/symbok-bundle/blob/master/src/Resources/doc/index.md</>\n"
"post-install-output": [
" * <fg=blue>Configure</> bundle in <comment>config/packages/symbok.yaml</>",
" * <fg=blue>Read</> the documentation at <comment>https://github.com/mtarld/symbok-bundle/blob/master/src/Resources/doc/index.md</>"
]
},
"files": {
"config/packages/symbok.yaml": {

Some files were not shown because too many files have changed in this diff Show More