Update Flex endpoint

This commit is contained in:
github-action bot
2021-09-20 16:14:14 +00:00
parent 3e791378cd
commit f679895056
29 changed files with 58 additions and 29 deletions
+2 -1
View File
@@ -25,7 +25,8 @@
"api-admin",
"api-platform-admin",
"react-admin"
]
],
"post-install-output": " * Your admin is almost ready:\n 1. Install the JavaScript dependencies by running <comment>yarn add @api-platform/admin @babel/preset-react</comment>\n 2. Edit <comment>webpack.config.js</comment> and <info>uncomment</info> the following lines:\n\n Encore\n // ...\n .enableReactPreset()\n .addEntry('admin', './assets/js/admin.js')\n\n * Mark entities you want in the admin with the <comment>@ApiResource</comment> annotation, it appears in the admin!\n\n * Using MakerBundle? Try <info>php bin/console make:entity --api-resource</info>\n"
},
"files": {
"templates/admin.html.twig": {
+2 -1
View File
@@ -24,7 +24,8 @@
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/",
"src/": "%SRC_DIR%/"
}
},
"post-install-output": " * Your API is almost ready:\n 1. Create your first API resource in <info>src/Entity</info>;\n 2. Go to <info>/api</info> to browse your API\n\n * To enable the GraphQL support, run <comment>composer require webonyx/graphql-php</>,\n then browse <info>/api/graphql</info>.\n\n * <fg=blue>Read</> the documentation at <comment>https://api-platform.com/docs</>\n"
},
"files": {
"src/Entity/.gitignore": {
+2 -1
View File
@@ -24,7 +24,8 @@
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/",
"src/": "%SRC_DIR%/"
}
},
"post-install-output": " * Your API is almost ready:\n 1. Create your first API resource in <info>src/Entity</info>;\n 2. Go to <info>/api</info> to browse your API\n\n * To enable the GraphQL support, run <comment>composer require webonyx/graphql-php</>,\n then browse <info>/api/graphql</info>.\n\n * <fg=blue>Read</> the documentation at <comment>https://api-platform.com/docs</>\n"
},
"files": {
"src/Entity/.gitignore": {
+2 -1
View File
@@ -39,7 +39,8 @@
},
"aliases": [
"blackfire"
]
],
"post-install-output": " * Blackfire Agent has been configured in your <comment>docker-compose.override.yaml</> file\n\n * Configure your Blackfire <comment>SERVER</> credentials in <info>.env.local</> (get them at https://blackfire.io/my/settings/credentials)\n\n * Install the <comment>PHP probe</>: https://blackfire.io/docs/up-and-running/installation\n\n * <fg=blue>Read</> the documentation at <comment>https://blackfire.io/docs</>\n"
},
"files": {
".blackfire.yaml": {
+2 -1
View File
@@ -65,7 +65,8 @@
" - \"5432\""
]
}
}
},
"post-install-output": " * Modify your DATABASE_URL config in <fg=green>.env</>\n\n * Configure the <fg=green>driver</> (mysql) and\n <fg=green>server_version</> (5.7) in <fg=green>config/packages/doctrine.yaml</>\n"
},
"files": {
"src/Repository/.gitignore": {
+2 -1
View File
@@ -65,7 +65,8 @@
" - \"5432\""
]
}
}
},
"post-install-output": " * Modify your DATABASE_URL config in <fg=green>.env</>\n\n * Configure the <fg=green>driver</> (mysql) and\n <fg=green>server_version</> (5.7) in <fg=green>config/packages/doctrine.yaml</>\n"
},
"files": {
"src/Repository/.gitignore": {
+2 -1
View File
@@ -65,7 +65,8 @@
" - \"5432\""
]
}
}
},
"post-install-output": " * Modify your DATABASE_URL config in <fg=green>.env</>\n\n * Configure the <fg=green>driver</> (postgresql) and\n <fg=green>server_version</> (13) in <fg=green>config/packages/doctrine.yaml</>\n"
},
"files": {
"src/Repository/.gitignore": {
+2 -1
View File
@@ -65,7 +65,8 @@
" - \"5432\""
]
}
}
},
"post-install-output": " * Modify your DATABASE_URL config in <fg=green>.env</>\n\n * Configure the <fg=green>driver</> (postgresql) and\n <fg=green>server_version</> (13) in <fg=green>config/packages/doctrine.yaml</>\n"
},
"files": {
"src/Repository/.gitignore": {
+2 -1
View File
@@ -65,7 +65,8 @@
" - \"5432\""
]
}
}
},
"post-install-output": " * Modify your DATABASE_URL config in <fg=green>.env</>\n\n * Configure the <fg=green>driver</> (postgresql) and\n <fg=green>server_version</> (13) in <fg=green>config/packages/doctrine.yaml</>\n"
},
"files": {
"src/Repository/.gitignore": {
+2 -1
View File
@@ -28,7 +28,8 @@
"copy-from-recipe": {
"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"
},
"files": {
"config/packages/dev/hautelook_alice.yaml": {
+2 -1
View File
@@ -43,7 +43,8 @@
"/%PUBLIC_DIR%/bundles/",
"/%VAR_DIR%/",
"/vendor/"
]
],
"post-install-output": " * <fg=blue>Run</> your application:\n 1. Go to the project directory\n 2. Create your code repository with the <comment>git init</comment> command\n 3. Download the Symfony CLI at <comment>https://symfony.com/download</> to install a development web server,\n or run <comment>composer require server --dev</> for a minimalist one\n\n * <fg=blue>Read</> the documentation at <comment>https://symfony.com/doc</>\n"
},
"files": {
"public/index.php": {
+2 -1
View File
@@ -43,7 +43,8 @@
"/%PUBLIC_DIR%/bundles/",
"/%VAR_DIR%/",
"/vendor/"
]
],
"post-install-output": " * <fg=blue>Run</> your application:\n 1. Go to the project directory\n 2. Create your code repository with the <comment>git init</comment> command\n 3. Download the Symfony CLI at <comment>https://symfony.com/download</> to install a development web server,\n or run <comment>composer require server --dev</> for a minimalist one\n\n * <fg=blue>Read</> the documentation at <comment>https://symfony.com/doc</>\n"
},
"files": {
"public/index.php": {
+2 -1
View File
@@ -44,7 +44,8 @@
"/%PUBLIC_DIR%/bundles/",
"/%VAR_DIR%/",
"/vendor/"
]
],
"post-install-output": " * <fg=blue>Run</> your application:\n 1. Go to the project directory\n 2. Create your code repository with the <comment>git init</comment> command\n 3. Download the Symfony CLI at <comment>https://symfony.com/download</> to install a development web server\n\n * <fg=blue>Read</> the documentation at <comment>https://symfony.com/doc</>\n"
},
"files": {
"public/index.php": {
+2 -1
View File
@@ -44,7 +44,8 @@
"/%PUBLIC_DIR%/bundles/",
"/%VAR_DIR%/",
"/vendor/"
]
],
"post-install-output": " * <fg=blue>Run</> your application:\n 1. Go to the project directory\n 2. Create your code repository with the <comment>git init</comment> command\n 3. Download the Symfony CLI at <comment>https://symfony.com/download</> to install a development web server\n\n * <fg=blue>Read</> the documentation at <comment>https://symfony.com/doc</>\n"
},
"files": {
"public/index.php": {
+2 -1
View File
@@ -44,7 +44,8 @@
"/%PUBLIC_DIR%/bundles/",
"/%VAR_DIR%/",
"/vendor/"
]
],
"post-install-output": " * <fg=blue>Run</> your application:\n 1. Go to the project directory\n 2. Create your code repository with the <comment>git init</comment> command\n 3. Download the Symfony CLI at <comment>https://symfony.com/download</> to install a development web server\n\n * <fg=blue>Read</> the documentation at <comment>https://symfony.com/doc</>\n"
},
"files": {
"public/index.php": {
+2 -1
View File
@@ -42,7 +42,8 @@
"/%PUBLIC_DIR%/bundles/",
"/%VAR_DIR%/",
"/vendor/"
]
],
"post-install-output": " * <fg=blue>Run</> your application:\n 1. Go to the project directory\n 2. Create your code repository with the <comment>git init</comment> command\n 3. Download the Symfony CLI at <comment>https://symfony.com/download</> to install a development web server\n\n * <fg=blue>Read</> the documentation at <comment>https://symfony.com/doc</>\n"
},
"files": {
"public/index.php": {
+2 -1
View File
@@ -42,7 +42,8 @@
"/%PUBLIC_DIR%/bundles/",
"/%VAR_DIR%/",
"/vendor/"
]
],
"post-install-output": " * <fg=blue>Run</> your application:\n 1. Go to the project directory\n 2. Create your code repository with the <comment>git init</comment> command\n 3. Download the Symfony CLI at <comment>https://symfony.com/download</> to install a development web server\n\n * <fg=blue>Read</> the documentation at <comment>https://symfony.com/doc</>\n"
},
"files": {
"public/index.php": {
+2 -1
View File
@@ -42,7 +42,8 @@
"/%PUBLIC_DIR%/bundles/",
"/%VAR_DIR%/",
"/vendor/"
]
],
"post-install-output": " * <fg=blue>Run</> your application:\n 1. Go to the project directory\n 2. Create your code repository with the <comment>git init</comment> command\n 3. Download the Symfony CLI at <comment>https://symfony.com/download</> to install a development web server\n\n * <fg=blue>Read</> the documentation at <comment>https://symfony.com/doc</>\n"
},
"files": {
"public/index.php": {
+2 -1
View File
@@ -34,7 +34,8 @@
"aliases": [
"mailer",
"mail"
]
],
"post-install-output": " * You're ready to send emails.\n\n * If you want to send emails via a supported email provider, install\n the corresponding bridge.\n For instance, <info>composer require mailgun-mailer</> for Mailgun.\n\n * If you want to send emails asynchronously:\n\n 1. Install the messenger component by running <info>composer require messenger</>;\n 2. Add <info>'Symfony\\Component\\Mailer\\Messenger\\SendEmailMessage': amqp</> to the\n <info>config/packages/messenger.yaml</> file under <info>framework.messenger.routing</>\n and replace <info>amqp</> with your transport name of choice.\n\n * <fg=blue>Read</> the documentation at <comment>https://symfony.com/doc/master/mailer.html</>\n"
},
"files": {
"config/packages/mailer.yaml": {
+2 -1
View File
@@ -27,7 +27,8 @@
],
"conflict": {
"symfony/framework-bundle": "<4.1"
}
},
"post-install-output": " * You're ready to use the Messenger component. You can define your own message buses\n or start using the default one right now by injecting the <info>messenger.bus.default</info> service\n or typehinting <info>Symfony\\Component\\Messenger\\MessageBusInterface</info> in your code.\n\n * If you need to send messages to your broker, you can benefit from the built-in\n AMQP transport by:\n\n 1. Installing the AMQP pack by running <info>composer require amqp</>;\n 2. Uncommenting the <comment>MESSENGER_TRANSPORT_DSN</> env var\n and <comment>framework.messenger.transports.amqp</> config;\n 3. Routing your messages to the amqp sender.\n\n * <fg=blue>Read</> the documentation at <comment>https://symfony.com/doc/master/messenger.html</>\n"
},
"files": {
"config/packages/messenger.yaml": {
+2 -1
View File
@@ -30,7 +30,8 @@
],
"conflict": {
"symfony/framework-bundle": "<4.3"
}
},
"post-install-output": " * You're ready to use the Messenger component. You can define your own message buses\n or start using the default one right now by injecting the <info>message_bus</info> service\n or type-hinting <info>Symfony\\Component\\Messenger\\MessageBusInterface</info> in your code.\n\n * To send messages to a transport and handle them asynchronously:\n\n 1. Uncomment the <info>MESSENGER_TRANSPORT_DSN</> env var in <comment>.env</>\n and <info>framework.messenger.transports.async</> in <comment>config/packages/messenger.yaml</>;\n 2. Route your message classes to the async transport in <comment>config/packages/messenger.yaml</>.\n\n * <fg=blue>Read</> the documentation at <comment>https://symfony.com/doc/current/messenger.html</>\n"
},
"files": {
"config/packages/messenger.yaml": {
+2 -1
View File
@@ -29,7 +29,8 @@
"#RUN wget -q https://github.com/mozilla/geckodriver/releases/download/v$GECKODRIVER_VERSION/geckodriver-v$GECKODRIVER_VERSION-linux64.tar.gz; \\",
"#\ttar -zxf geckodriver-v$GECKODRIVER_VERSION-linux64.tar.gz -C /usr/bin; \\",
"#\trm geckodriver-v$GECKODRIVER_VERSION-linux64.tar.gz"
]
],
"post-install-output": " * Install <fg=green>ChromeDriver</> or <fg=green>geckodriver</> with \n the package manager of your Operating System.\n \n Alternatively, use Browser Driver Installer:\n\n <fg=green>composer require --dev dbrekelmans/bdi</>\n <fg=green>vendor/bin/bdi detect drivers</>\n\n This step is not necessary when using Docker.\n\n * To use Panther with PHPUnit,\n uncomment the snippet registering the Panther extension in <fg=green>phpunit.xml.dist</>\n"
},
"files": [],
"origin": "symfony/panther:1.0@github.com/symfony/recipes:master",
+2 -1
View File
@@ -29,7 +29,8 @@
],
"aliases": [
"simple-phpunit"
]
],
"post-install-output": " * <fg=blue>Write</> test cases in the <comment>tests/</> folder\n * <fg=blue>Run</> <comment>php bin/phpunit</>\n"
},
"files": {
".env.test": {
+2 -1
View File
@@ -29,7 +29,8 @@
],
"aliases": [
"simple-phpunit"
]
],
"post-install-output": " * <fg=blue>Write</> test cases in the <comment>tests/</> folder\n * <fg=blue>Run</> <comment>php bin/phpunit</>\n"
},
"files": {
".env.test": {
+2 -1
View File
@@ -29,7 +29,8 @@
],
"aliases": [
"simple-phpunit"
]
],
"post-install-output": " * <fg=blue>Write</> test cases in the <comment>tests/</> folder\n * <fg=blue>Run</> <comment>php bin/phpunit</>\n"
},
"files": {
".env.test": {
+2 -1
View File
@@ -29,7 +29,8 @@
],
"aliases": [
"simple-phpunit"
]
],
"post-install-output": " * <fg=blue>Write</> test cases in the <comment>tests/</> folder\n * <fg=blue>Run</> <comment>php bin/phpunit</>\n"
},
"files": {
".env.test": {
+2 -1
View File
@@ -28,7 +28,8 @@
],
"aliases": [
"simple-phpunit"
]
],
"post-install-output": " * <fg=blue>Write</> test cases in the <comment>tests/</> folder\n * Use MakerBundle's <comment>make:test</> command as a shortcut!\n * <fg=blue>Run</> the tests with <comment>php bin/phpunit</>\n"
},
"files": {
".env.test": {
+2 -1
View File
@@ -38,7 +38,8 @@
"/%PUBLIC_DIR%/build/",
"npm-debug.log",
"yarn-error.log"
]
],
"post-install-output": " * Install Yarn and run <fg=green>yarn install</>\n\n * Uncomment the Twig helpers in <fg=green>templates/base.html.twig</>\n\n * Start the development server: <fg=green>yarn encore dev-server</>\n"
},
"files": {
"config/packages/webpack_encore.yaml": {
+2 -1
View File
@@ -24,7 +24,8 @@
"dev",
"test"
]
}
},
"post-install-output": " * You're ready to use zenstruck/foundry. Create your first factory with\n <info>bin/console make:factory</>.\n\n * <fg=blue>Read</> the documentation at <comment>https://github.com/zenstruck/foundry#foundry</>\n"
},
"files": {
"config/packages/dev/zenstruck_foundry.yaml": {