mirror of
https://github.com/symfony/recipes.git
synced 2026-09-13 08:06:23 +03:00
Update Flex endpoint
This commit is contained in:
@@ -26,7 +26,20 @@
|
||||
"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"
|
||||
"post-install-output": [
|
||||
" * Your admin is almost ready:",
|
||||
" 1. Install the JavaScript dependencies by running <comment>yarn add @api-platform/admin @babel/preset-react</comment>",
|
||||
" 2. Edit <comment>webpack.config.js</comment> and <info>uncomment</info> the following lines:",
|
||||
"",
|
||||
" Encore",
|
||||
" // ...",
|
||||
" .enableReactPreset()",
|
||||
" .addEntry('admin', './assets/js/admin.js')",
|
||||
"",
|
||||
" * Mark entities you want in the admin with the <comment>@ApiResource</comment> annotation, it appears in the admin!",
|
||||
"",
|
||||
" * Using MakerBundle? Try <info>php bin/console make:entity --api-resource</info>"
|
||||
]
|
||||
},
|
||||
"files": {
|
||||
"templates/admin.html.twig": {
|
||||
|
||||
@@ -25,7 +25,16 @@
|
||||
"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"
|
||||
"post-install-output": [
|
||||
" * Your API is almost ready:",
|
||||
" 1. Create your first API resource in <info>src/Entity</info>;",
|
||||
" 2. Go to <info>/api</info> to browse your API",
|
||||
"",
|
||||
" * To enable the GraphQL support, run <comment>composer require webonyx/graphql-php</>,",
|
||||
" then browse <info>/api/graphql</info>.",
|
||||
"",
|
||||
" * <fg=blue>Read</> the documentation at <comment>https://api-platform.com/docs</>"
|
||||
]
|
||||
},
|
||||
"files": {
|
||||
"src/Entity/.gitignore": {
|
||||
|
||||
@@ -25,7 +25,16 @@
|
||||
"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"
|
||||
"post-install-output": [
|
||||
" * Your API is almost ready:",
|
||||
" 1. Create your first API resource in <info>src/Entity</info>;",
|
||||
" 2. Go to <info>/api</info> to browse your API",
|
||||
"",
|
||||
" * To enable the GraphQL support, run <comment>composer require webonyx/graphql-php</>,",
|
||||
" then browse <info>/api/graphql</info>.",
|
||||
"",
|
||||
" * <fg=blue>Read</> the documentation at <comment>https://api-platform.com/docs</>"
|
||||
]
|
||||
},
|
||||
"files": {
|
||||
"src/Entity/.gitignore": {
|
||||
|
||||
@@ -40,7 +40,15 @@
|
||||
"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"
|
||||
"post-install-output": [
|
||||
" * Blackfire Agent has been configured in your <comment>docker-compose.override.yaml</> file",
|
||||
"",
|
||||
" * Configure your Blackfire <comment>SERVER</> credentials in <info>.env.local</> (get them at https://blackfire.io/my/settings/credentials)",
|
||||
"",
|
||||
" * Install the <comment>PHP probe</>: https://blackfire.io/docs/up-and-running/installation",
|
||||
"",
|
||||
" * <fg=blue>Read</> the documentation at <comment>https://blackfire.io/docs</>"
|
||||
]
|
||||
},
|
||||
"files": {
|
||||
".blackfire.yaml": {
|
||||
|
||||
@@ -66,7 +66,12 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"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"
|
||||
"post-install-output": [
|
||||
" * Modify your DATABASE_URL config in <fg=green>.env</>",
|
||||
"",
|
||||
" * Configure the <fg=green>driver</> (mysql) and",
|
||||
" <fg=green>server_version</> (5.7) in <fg=green>config/packages/doctrine.yaml</>"
|
||||
]
|
||||
},
|
||||
"files": {
|
||||
"src/Repository/.gitignore": {
|
||||
|
||||
@@ -66,7 +66,12 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"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"
|
||||
"post-install-output": [
|
||||
" * Modify your DATABASE_URL config in <fg=green>.env</>",
|
||||
"",
|
||||
" * Configure the <fg=green>driver</> (mysql) and",
|
||||
" <fg=green>server_version</> (5.7) in <fg=green>config/packages/doctrine.yaml</>"
|
||||
]
|
||||
},
|
||||
"files": {
|
||||
"src/Repository/.gitignore": {
|
||||
|
||||
@@ -66,7 +66,12 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"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"
|
||||
"post-install-output": [
|
||||
" * Modify your DATABASE_URL config in <fg=green>.env</>",
|
||||
"",
|
||||
" * Configure the <fg=green>driver</> (postgresql) and",
|
||||
" <fg=green>server_version</> (13) in <fg=green>config/packages/doctrine.yaml</>"
|
||||
]
|
||||
},
|
||||
"files": {
|
||||
"src/Repository/.gitignore": {
|
||||
|
||||
@@ -66,7 +66,12 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"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"
|
||||
"post-install-output": [
|
||||
" * Modify your DATABASE_URL config in <fg=green>.env</>",
|
||||
"",
|
||||
" * Configure the <fg=green>driver</> (postgresql) and",
|
||||
" <fg=green>server_version</> (13) in <fg=green>config/packages/doctrine.yaml</>"
|
||||
]
|
||||
},
|
||||
"files": {
|
||||
"src/Repository/.gitignore": {
|
||||
|
||||
@@ -66,7 +66,12 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"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"
|
||||
"post-install-output": [
|
||||
" * Modify your DATABASE_URL config in <fg=green>.env</>",
|
||||
"",
|
||||
" * Configure the <fg=green>driver</> (postgresql) and",
|
||||
" <fg=green>server_version</> (13) in <fg=green>config/packages/doctrine.yaml</>"
|
||||
]
|
||||
},
|
||||
"files": {
|
||||
"src/Repository/.gitignore": {
|
||||
|
||||
@@ -29,7 +29,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": {
|
||||
|
||||
@@ -44,7 +44,15 @@
|
||||
"/%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"
|
||||
"post-install-output": [
|
||||
" * <fg=blue>Run</> your application:",
|
||||
" 1. Go to the project directory",
|
||||
" 2. Create your code repository with the <comment>git init</comment> command",
|
||||
" 3. Download the Symfony CLI at <comment>https://symfony.com/download</> to install a development web server,",
|
||||
" or run <comment>composer require server --dev</> for a minimalist one",
|
||||
"",
|
||||
" * <fg=blue>Read</> the documentation at <comment>https://symfony.com/doc</>"
|
||||
]
|
||||
},
|
||||
"files": {
|
||||
"public/index.php": {
|
||||
|
||||
@@ -44,7 +44,15 @@
|
||||
"/%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"
|
||||
"post-install-output": [
|
||||
" * <fg=blue>Run</> your application:",
|
||||
" 1. Go to the project directory",
|
||||
" 2. Create your code repository with the <comment>git init</comment> command",
|
||||
" 3. Download the Symfony CLI at <comment>https://symfony.com/download</> to install a development web server,",
|
||||
" or run <comment>composer require server --dev</> for a minimalist one",
|
||||
"",
|
||||
" * <fg=blue>Read</> the documentation at <comment>https://symfony.com/doc</>"
|
||||
]
|
||||
},
|
||||
"files": {
|
||||
"public/index.php": {
|
||||
|
||||
@@ -45,7 +45,14 @@
|
||||
"/%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"
|
||||
"post-install-output": [
|
||||
" * <fg=blue>Run</> your application:",
|
||||
" 1. Go to the project directory",
|
||||
" 2. Create your code repository with the <comment>git init</comment> command",
|
||||
" 3. Download the Symfony CLI at <comment>https://symfony.com/download</> to install a development web server",
|
||||
"",
|
||||
" * <fg=blue>Read</> the documentation at <comment>https://symfony.com/doc</>"
|
||||
]
|
||||
},
|
||||
"files": {
|
||||
"public/index.php": {
|
||||
|
||||
@@ -45,7 +45,14 @@
|
||||
"/%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"
|
||||
"post-install-output": [
|
||||
" * <fg=blue>Run</> your application:",
|
||||
" 1. Go to the project directory",
|
||||
" 2. Create your code repository with the <comment>git init</comment> command",
|
||||
" 3. Download the Symfony CLI at <comment>https://symfony.com/download</> to install a development web server",
|
||||
"",
|
||||
" * <fg=blue>Read</> the documentation at <comment>https://symfony.com/doc</>"
|
||||
]
|
||||
},
|
||||
"files": {
|
||||
"public/index.php": {
|
||||
|
||||
@@ -45,7 +45,14 @@
|
||||
"/%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"
|
||||
"post-install-output": [
|
||||
" * <fg=blue>Run</> your application:",
|
||||
" 1. Go to the project directory",
|
||||
" 2. Create your code repository with the <comment>git init</comment> command",
|
||||
" 3. Download the Symfony CLI at <comment>https://symfony.com/download</> to install a development web server",
|
||||
"",
|
||||
" * <fg=blue>Read</> the documentation at <comment>https://symfony.com/doc</>"
|
||||
]
|
||||
},
|
||||
"files": {
|
||||
"public/index.php": {
|
||||
|
||||
@@ -43,7 +43,14 @@
|
||||
"/%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"
|
||||
"post-install-output": [
|
||||
" * <fg=blue>Run</> your application:",
|
||||
" 1. Go to the project directory",
|
||||
" 2. Create your code repository with the <comment>git init</comment> command",
|
||||
" 3. Download the Symfony CLI at <comment>https://symfony.com/download</> to install a development web server",
|
||||
"",
|
||||
" * <fg=blue>Read</> the documentation at <comment>https://symfony.com/doc</>"
|
||||
]
|
||||
},
|
||||
"files": {
|
||||
"public/index.php": {
|
||||
|
||||
@@ -43,7 +43,14 @@
|
||||
"/%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"
|
||||
"post-install-output": [
|
||||
" * <fg=blue>Run</> your application:",
|
||||
" 1. Go to the project directory",
|
||||
" 2. Create your code repository with the <comment>git init</comment> command",
|
||||
" 3. Download the Symfony CLI at <comment>https://symfony.com/download</> to install a development web server",
|
||||
"",
|
||||
" * <fg=blue>Read</> the documentation at <comment>https://symfony.com/doc</>"
|
||||
]
|
||||
},
|
||||
"files": {
|
||||
"public/index.php": {
|
||||
|
||||
@@ -43,7 +43,14 @@
|
||||
"/%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"
|
||||
"post-install-output": [
|
||||
" * <fg=blue>Run</> your application:",
|
||||
" 1. Go to the project directory",
|
||||
" 2. Create your code repository with the <comment>git init</comment> command",
|
||||
" 3. Download the Symfony CLI at <comment>https://symfony.com/download</> to install a development web server",
|
||||
"",
|
||||
" * <fg=blue>Read</> the documentation at <comment>https://symfony.com/doc</>"
|
||||
]
|
||||
},
|
||||
"files": {
|
||||
"public/index.php": {
|
||||
|
||||
+16
-1
@@ -35,7 +35,22 @@
|
||||
"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"
|
||||
"post-install-output": [
|
||||
" * You're ready to send emails.",
|
||||
"",
|
||||
" * If you want to send emails via a supported email provider, install",
|
||||
" the corresponding bridge.",
|
||||
" For instance, <info>composer require mailgun-mailer</> for Mailgun.",
|
||||
"",
|
||||
" * If you want to send emails asynchronously:",
|
||||
"",
|
||||
" 1. Install the messenger component by running <info>composer require messenger</>;",
|
||||
" 2. Add <info>'Symfony\\Component\\Mailer\\Messenger\\SendEmailMessage': amqp</> to the",
|
||||
" <info>config/packages/messenger.yaml</> file under <info>framework.messenger.routing</>",
|
||||
" and replace <info>amqp</> with your transport name of choice.",
|
||||
"",
|
||||
" * <fg=blue>Read</> the documentation at <comment>https://symfony.com/doc/master/mailer.html</>"
|
||||
]
|
||||
},
|
||||
"files": {
|
||||
"config/packages/mailer.yaml": {
|
||||
|
||||
@@ -28,7 +28,21 @@
|
||||
"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"
|
||||
"post-install-output": [
|
||||
" * You're ready to use the Messenger component. You can define your own message buses",
|
||||
" or start using the default one right now by injecting the <info>messenger.bus.default</info> service",
|
||||
" or typehinting <info>Symfony\\Component\\Messenger\\MessageBusInterface</info> in your code.",
|
||||
"",
|
||||
" * If you need to send messages to your broker, you can benefit from the built-in",
|
||||
" AMQP transport by:",
|
||||
"",
|
||||
" 1. Installing the AMQP pack by running <info>composer require amqp</>;",
|
||||
" 2. Uncommenting the <comment>MESSENGER_TRANSPORT_DSN</> env var",
|
||||
" and <comment>framework.messenger.transports.amqp</> config;",
|
||||
" 3. Routing your messages to the amqp sender.",
|
||||
"",
|
||||
" * <fg=blue>Read</> the documentation at <comment>https://symfony.com/doc/master/messenger.html</>"
|
||||
]
|
||||
},
|
||||
"files": {
|
||||
"config/packages/messenger.yaml": {
|
||||
|
||||
@@ -31,7 +31,19 @@
|
||||
"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"
|
||||
"post-install-output": [
|
||||
" * You're ready to use the Messenger component. You can define your own message buses",
|
||||
" or start using the default one right now by injecting the <info>message_bus</info> service",
|
||||
" or type-hinting <info>Symfony\\Component\\Messenger\\MessageBusInterface</info> in your code.",
|
||||
"",
|
||||
" * To send messages to a transport and handle them asynchronously:",
|
||||
"",
|
||||
" 1. Uncomment the <info>MESSENGER_TRANSPORT_DSN</> env var in <comment>.env</>",
|
||||
" and <info>framework.messenger.transports.async</> in <comment>config/packages/messenger.yaml</>;",
|
||||
" 2. Route your message classes to the async transport in <comment>config/packages/messenger.yaml</>.",
|
||||
"",
|
||||
" * <fg=blue>Read</> the documentation at <comment>https://symfony.com/doc/current/messenger.html</>"
|
||||
]
|
||||
},
|
||||
"files": {
|
||||
"config/packages/messenger.yaml": {
|
||||
|
||||
@@ -30,7 +30,20 @@
|
||||
"#\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"
|
||||
"post-install-output": [
|
||||
" * Install <fg=green>ChromeDriver</> or <fg=green>geckodriver</> with ",
|
||||
" the package manager of your Operating System.",
|
||||
" ",
|
||||
" Alternatively, use Browser Driver Installer:",
|
||||
"",
|
||||
" <fg=green>composer require --dev dbrekelmans/bdi</>",
|
||||
" <fg=green>vendor/bin/bdi detect drivers</>",
|
||||
"",
|
||||
" This step is not necessary when using Docker.",
|
||||
"",
|
||||
" * To use Panther with PHPUnit,",
|
||||
" uncomment the snippet registering the Panther extension in <fg=green>phpunit.xml.dist</>"
|
||||
]
|
||||
},
|
||||
"files": [],
|
||||
"origin": "symfony/panther:1.0@github.com/symfony/recipes:master",
|
||||
|
||||
@@ -30,7 +30,10 @@
|
||||
"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"
|
||||
"post-install-output": [
|
||||
" * <fg=blue>Write</> test cases in the <comment>tests/</> folder",
|
||||
" * <fg=blue>Run</> <comment>php bin/phpunit</>"
|
||||
]
|
||||
},
|
||||
"files": {
|
||||
".env.test": {
|
||||
|
||||
@@ -30,7 +30,10 @@
|
||||
"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"
|
||||
"post-install-output": [
|
||||
" * <fg=blue>Write</> test cases in the <comment>tests/</> folder",
|
||||
" * <fg=blue>Run</> <comment>php bin/phpunit</>"
|
||||
]
|
||||
},
|
||||
"files": {
|
||||
".env.test": {
|
||||
|
||||
@@ -30,7 +30,10 @@
|
||||
"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"
|
||||
"post-install-output": [
|
||||
" * <fg=blue>Write</> test cases in the <comment>tests/</> folder",
|
||||
" * <fg=blue>Run</> <comment>php bin/phpunit</>"
|
||||
]
|
||||
},
|
||||
"files": {
|
||||
".env.test": {
|
||||
|
||||
@@ -30,7 +30,10 @@
|
||||
"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"
|
||||
"post-install-output": [
|
||||
" * <fg=blue>Write</> test cases in the <comment>tests/</> folder",
|
||||
" * <fg=blue>Run</> <comment>php bin/phpunit</>"
|
||||
]
|
||||
},
|
||||
"files": {
|
||||
".env.test": {
|
||||
|
||||
@@ -29,7 +29,11 @@
|
||||
"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"
|
||||
"post-install-output": [
|
||||
" * <fg=blue>Write</> test cases in the <comment>tests/</> folder",
|
||||
" * Use MakerBundle's <comment>make:test</> command as a shortcut!",
|
||||
" * <fg=blue>Run</> the tests with <comment>php bin/phpunit</>"
|
||||
]
|
||||
},
|
||||
"files": {
|
||||
".env.test": {
|
||||
|
||||
@@ -39,7 +39,13 @@
|
||||
"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"
|
||||
"post-install-output": [
|
||||
" * Install Yarn and run <fg=green>yarn install</>",
|
||||
"",
|
||||
" * Uncomment the Twig helpers in <fg=green>templates/base.html.twig</>",
|
||||
"",
|
||||
" * Start the development server: <fg=green>yarn encore dev-server</>"
|
||||
]
|
||||
},
|
||||
"files": {
|
||||
"config/packages/webpack_encore.yaml": {
|
||||
|
||||
@@ -25,7 +25,12 @@
|
||||
"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"
|
||||
"post-install-output": [
|
||||
" * You're ready to use zenstruck/foundry. Create your first factory with",
|
||||
" <info>bin/console make:factory</>.",
|
||||
"",
|
||||
" * <fg=blue>Read</> the documentation at <comment>https://github.com/zenstruck/foundry#foundry</>"
|
||||
]
|
||||
},
|
||||
"files": {
|
||||
"config/packages/dev/zenstruck_foundry.yaml": {
|
||||
|
||||
Reference in New Issue
Block a user