diff --git a/api-platform.admin-pack.1.0.json b/api-platform.admin-pack.1.0.json
index 06e4c328..550c6ecf 100644
--- a/api-platform.admin-pack.1.0.json
+++ b/api-platform.admin-pack.1.0.json
@@ -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 yarn add @api-platform/admin @babel/preset-react\n 2. Edit webpack.config.js and uncomment 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 @ApiResource annotation, it appears in the admin!\n\n * Using MakerBundle? Try php bin/console make:entity --api-resource\n"
},
"files": {
"templates/admin.html.twig": {
diff --git a/api-platform.core.2.1.json b/api-platform.core.2.1.json
index 0ca872aa..4b90106e 100644
--- a/api-platform.core.2.1.json
+++ b/api-platform.core.2.1.json
@@ -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 src/Entity;\n 2. Go to /api to browse your API\n\n * To enable the GraphQL support, run composer require webonyx/graphql-php>,\n then browse /api/graphql.\n\n * Read> the documentation at https://api-platform.com/docs>\n"
},
"files": {
"src/Entity/.gitignore": {
diff --git a/api-platform.core.2.5.json b/api-platform.core.2.5.json
index 14d90084..902e7b85 100644
--- a/api-platform.core.2.5.json
+++ b/api-platform.core.2.5.json
@@ -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 src/Entity;\n 2. Go to /api to browse your API\n\n * To enable the GraphQL support, run composer require webonyx/graphql-php>,\n then browse /api/graphql.\n\n * Read> the documentation at https://api-platform.com/docs>\n"
},
"files": {
"src/Entity/.gitignore": {
diff --git a/blackfireio.blackfire-symfony-meta.1.0.json b/blackfireio.blackfire-symfony-meta.1.0.json
index f409b0ca..7a7dda71 100644
--- a/blackfireio.blackfire-symfony-meta.1.0.json
+++ b/blackfireio.blackfire-symfony-meta.1.0.json
@@ -39,7 +39,8 @@
},
"aliases": [
"blackfire"
- ]
+ ],
+ "post-install-output": " * Blackfire Agent has been configured in your docker-compose.override.yaml> file\n\n * Configure your Blackfire SERVER> credentials in .env.local> (get them at https://blackfire.io/my/settings/credentials)\n\n * Install the PHP probe>: https://blackfire.io/docs/up-and-running/installation\n\n * Read> the documentation at https://blackfire.io/docs>\n"
},
"files": {
".blackfire.yaml": {
diff --git a/doctrine.doctrine-bundle.1.12.json b/doctrine.doctrine-bundle.1.12.json
index 22125649..08addaeb 100644
--- a/doctrine.doctrine-bundle.1.12.json
+++ b/doctrine.doctrine-bundle.1.12.json
@@ -65,7 +65,8 @@
" - \"5432\""
]
}
- }
+ },
+ "post-install-output": " * Modify your DATABASE_URL config in .env>\n\n * Configure the driver> (mysql) and\n server_version> (5.7) in config/packages/doctrine.yaml>\n"
},
"files": {
"src/Repository/.gitignore": {
diff --git a/doctrine.doctrine-bundle.1.6.json b/doctrine.doctrine-bundle.1.6.json
index 2fda2067..4b40e06a 100644
--- a/doctrine.doctrine-bundle.1.6.json
+++ b/doctrine.doctrine-bundle.1.6.json
@@ -65,7 +65,8 @@
" - \"5432\""
]
}
- }
+ },
+ "post-install-output": " * Modify your DATABASE_URL config in .env>\n\n * Configure the driver> (mysql) and\n server_version> (5.7) in config/packages/doctrine.yaml>\n"
},
"files": {
"src/Repository/.gitignore": {
diff --git a/doctrine.doctrine-bundle.2.0.json b/doctrine.doctrine-bundle.2.0.json
index c59b1914..8e899f33 100644
--- a/doctrine.doctrine-bundle.2.0.json
+++ b/doctrine.doctrine-bundle.2.0.json
@@ -65,7 +65,8 @@
" - \"5432\""
]
}
- }
+ },
+ "post-install-output": " * Modify your DATABASE_URL config in .env>\n\n * Configure the driver> (postgresql) and\n server_version> (13) in config/packages/doctrine.yaml>\n"
},
"files": {
"src/Repository/.gitignore": {
diff --git a/doctrine.doctrine-bundle.2.3.json b/doctrine.doctrine-bundle.2.3.json
index 7d459b2b..8de0d648 100644
--- a/doctrine.doctrine-bundle.2.3.json
+++ b/doctrine.doctrine-bundle.2.3.json
@@ -65,7 +65,8 @@
" - \"5432\""
]
}
- }
+ },
+ "post-install-output": " * Modify your DATABASE_URL config in .env>\n\n * Configure the driver> (postgresql) and\n server_version> (13) in config/packages/doctrine.yaml>\n"
},
"files": {
"src/Repository/.gitignore": {
diff --git a/doctrine.doctrine-bundle.2.4.json b/doctrine.doctrine-bundle.2.4.json
index 3a7dbf9d..9e57fbbc 100644
--- a/doctrine.doctrine-bundle.2.4.json
+++ b/doctrine.doctrine-bundle.2.4.json
@@ -65,7 +65,8 @@
" - \"5432\""
]
}
- }
+ },
+ "post-install-output": " * Modify your DATABASE_URL config in .env>\n\n * Configure the driver> (postgresql) and\n server_version> (13) in config/packages/doctrine.yaml>\n"
},
"files": {
"src/Repository/.gitignore": {
diff --git a/hautelook.alice-bundle.2.1.json b/hautelook.alice-bundle.2.1.json
index d49cd331..c7d4b2b0 100644
--- a/hautelook.alice-bundle.2.1.json
+++ b/hautelook.alice-bundle.2.1.json
@@ -28,7 +28,8 @@
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/",
"fixtures/": "fixtures/"
- }
+ },
+ "post-install-output": " * Write> fixtures files in the fixtures/> folder\n * Run> php bin/console hautelook:fixtures:load>\n"
},
"files": {
"config/packages/dev/hautelook_alice.yaml": {
diff --git a/symfony.framework-bundle.3.3.json b/symfony.framework-bundle.3.3.json
index fab7257f..dfa54085 100644
--- a/symfony.framework-bundle.3.3.json
+++ b/symfony.framework-bundle.3.3.json
@@ -43,7 +43,8 @@
"/%PUBLIC_DIR%/bundles/",
"/%VAR_DIR%/",
"/vendor/"
- ]
+ ],
+ "post-install-output": " * Run> your application:\n 1. Go to the project directory\n 2. Create your code repository with the git init command\n 3. Download the Symfony CLI at https://symfony.com/download> to install a development web server,\n or run composer require server --dev> for a minimalist one\n\n * Read> the documentation at https://symfony.com/doc>\n"
},
"files": {
"public/index.php": {
diff --git a/symfony.framework-bundle.3.4.json b/symfony.framework-bundle.3.4.json
index 6d5310d8..ca315458 100644
--- a/symfony.framework-bundle.3.4.json
+++ b/symfony.framework-bundle.3.4.json
@@ -43,7 +43,8 @@
"/%PUBLIC_DIR%/bundles/",
"/%VAR_DIR%/",
"/vendor/"
- ]
+ ],
+ "post-install-output": " * Run> your application:\n 1. Go to the project directory\n 2. Create your code repository with the git init command\n 3. Download the Symfony CLI at https://symfony.com/download> to install a development web server,\n or run composer require server --dev> for a minimalist one\n\n * Read> the documentation at https://symfony.com/doc>\n"
},
"files": {
"public/index.php": {
diff --git a/symfony.framework-bundle.4.2.json b/symfony.framework-bundle.4.2.json
index 0910ea5e..f4732168 100644
--- a/symfony.framework-bundle.4.2.json
+++ b/symfony.framework-bundle.4.2.json
@@ -44,7 +44,8 @@
"/%PUBLIC_DIR%/bundles/",
"/%VAR_DIR%/",
"/vendor/"
- ]
+ ],
+ "post-install-output": " * Run> your application:\n 1. Go to the project directory\n 2. Create your code repository with the git init command\n 3. Download the Symfony CLI at https://symfony.com/download> to install a development web server\n\n * Read> the documentation at https://symfony.com/doc>\n"
},
"files": {
"public/index.php": {
diff --git a/symfony.framework-bundle.4.4.json b/symfony.framework-bundle.4.4.json
index fcd4a674..fd4030d6 100644
--- a/symfony.framework-bundle.4.4.json
+++ b/symfony.framework-bundle.4.4.json
@@ -44,7 +44,8 @@
"/%PUBLIC_DIR%/bundles/",
"/%VAR_DIR%/",
"/vendor/"
- ]
+ ],
+ "post-install-output": " * Run> your application:\n 1. Go to the project directory\n 2. Create your code repository with the git init command\n 3. Download the Symfony CLI at https://symfony.com/download> to install a development web server\n\n * Read> the documentation at https://symfony.com/doc>\n"
},
"files": {
"public/index.php": {
diff --git a/symfony.framework-bundle.5.1.json b/symfony.framework-bundle.5.1.json
index 0bad9052..cc9be557 100644
--- a/symfony.framework-bundle.5.1.json
+++ b/symfony.framework-bundle.5.1.json
@@ -44,7 +44,8 @@
"/%PUBLIC_DIR%/bundles/",
"/%VAR_DIR%/",
"/vendor/"
- ]
+ ],
+ "post-install-output": " * Run> your application:\n 1. Go to the project directory\n 2. Create your code repository with the git init command\n 3. Download the Symfony CLI at https://symfony.com/download> to install a development web server\n\n * Read> the documentation at https://symfony.com/doc>\n"
},
"files": {
"public/index.php": {
diff --git a/symfony.framework-bundle.5.2.json b/symfony.framework-bundle.5.2.json
index b11f6cb7..aed2853b 100644
--- a/symfony.framework-bundle.5.2.json
+++ b/symfony.framework-bundle.5.2.json
@@ -42,7 +42,8 @@
"/%PUBLIC_DIR%/bundles/",
"/%VAR_DIR%/",
"/vendor/"
- ]
+ ],
+ "post-install-output": " * Run> your application:\n 1. Go to the project directory\n 2. Create your code repository with the git init command\n 3. Download the Symfony CLI at https://symfony.com/download> to install a development web server\n\n * Read> the documentation at https://symfony.com/doc>\n"
},
"files": {
"public/index.php": {
diff --git a/symfony.framework-bundle.5.3.json b/symfony.framework-bundle.5.3.json
index 74092596..bcd24bbe 100644
--- a/symfony.framework-bundle.5.3.json
+++ b/symfony.framework-bundle.5.3.json
@@ -42,7 +42,8 @@
"/%PUBLIC_DIR%/bundles/",
"/%VAR_DIR%/",
"/vendor/"
- ]
+ ],
+ "post-install-output": " * Run> your application:\n 1. Go to the project directory\n 2. Create your code repository with the git init command\n 3. Download the Symfony CLI at https://symfony.com/download> to install a development web server\n\n * Read> the documentation at https://symfony.com/doc>\n"
},
"files": {
"public/index.php": {
diff --git a/symfony.framework-bundle.5.4.json b/symfony.framework-bundle.5.4.json
index d8d12c42..841cce6e 100644
--- a/symfony.framework-bundle.5.4.json
+++ b/symfony.framework-bundle.5.4.json
@@ -42,7 +42,8 @@
"/%PUBLIC_DIR%/bundles/",
"/%VAR_DIR%/",
"/vendor/"
- ]
+ ],
+ "post-install-output": " * Run> your application:\n 1. Go to the project directory\n 2. Create your code repository with the git init command\n 3. Download the Symfony CLI at https://symfony.com/download> to install a development web server\n\n * Read> the documentation at https://symfony.com/doc>\n"
},
"files": {
"public/index.php": {
diff --git a/symfony.mailer.4.3.json b/symfony.mailer.4.3.json
index 65c9ab30..4c3ed4bd 100644
--- a/symfony.mailer.4.3.json
+++ b/symfony.mailer.4.3.json
@@ -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, composer require mailgun-mailer> for Mailgun.\n\n * If you want to send emails asynchronously:\n\n 1. Install the messenger component by running composer require messenger>;\n 2. Add 'Symfony\\Component\\Mailer\\Messenger\\SendEmailMessage': amqp> to the\n config/packages/messenger.yaml> file under framework.messenger.routing>\n and replace amqp> with your transport name of choice.\n\n * Read> the documentation at https://symfony.com/doc/master/mailer.html>\n"
},
"files": {
"config/packages/mailer.yaml": {
diff --git a/symfony.messenger.4.1.json b/symfony.messenger.4.1.json
index 6460adad..5c1464fb 100644
--- a/symfony.messenger.4.1.json
+++ b/symfony.messenger.4.1.json
@@ -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 messenger.bus.default service\n or typehinting Symfony\\Component\\Messenger\\MessageBusInterface 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 composer require amqp>;\n 2. Uncommenting the MESSENGER_TRANSPORT_DSN> env var\n and framework.messenger.transports.amqp> config;\n 3. Routing your messages to the amqp sender.\n\n * Read> the documentation at https://symfony.com/doc/master/messenger.html>\n"
},
"files": {
"config/packages/messenger.yaml": {
diff --git a/symfony.messenger.4.3.json b/symfony.messenger.4.3.json
index 60b2fb29..b3536fe1 100644
--- a/symfony.messenger.4.3.json
+++ b/symfony.messenger.4.3.json
@@ -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 message_bus service\n or type-hinting Symfony\\Component\\Messenger\\MessageBusInterface in your code.\n\n * To send messages to a transport and handle them asynchronously:\n\n 1. Uncomment the MESSENGER_TRANSPORT_DSN> env var in .env>\n and framework.messenger.transports.async> in config/packages/messenger.yaml>;\n 2. Route your message classes to the async transport in config/packages/messenger.yaml>.\n\n * Read> the documentation at https://symfony.com/doc/current/messenger.html>\n"
},
"files": {
"config/packages/messenger.yaml": {
diff --git a/symfony.panther.1.0.json b/symfony.panther.1.0.json
index 295ac776..8643e273 100644
--- a/symfony.panther.1.0.json
+++ b/symfony.panther.1.0.json
@@ -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 ChromeDriver> or geckodriver> with \n the package manager of your Operating System.\n \n Alternatively, use Browser Driver Installer:\n\n composer require --dev dbrekelmans/bdi>\n 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 phpunit.xml.dist>\n"
},
"files": [],
"origin": "symfony/panther:1.0@github.com/symfony/recipes:master",
diff --git a/symfony.phpunit-bridge.3.3.json b/symfony.phpunit-bridge.3.3.json
index 2743052c..bbac53bd 100644
--- a/symfony.phpunit-bridge.3.3.json
+++ b/symfony.phpunit-bridge.3.3.json
@@ -29,7 +29,8 @@
],
"aliases": [
"simple-phpunit"
- ]
+ ],
+ "post-install-output": " * Write> test cases in the tests/> folder\n * Run> php bin/phpunit>\n"
},
"files": {
".env.test": {
diff --git a/symfony.phpunit-bridge.4.1.json b/symfony.phpunit-bridge.4.1.json
index 56b8589d..54bb66ed 100644
--- a/symfony.phpunit-bridge.4.1.json
+++ b/symfony.phpunit-bridge.4.1.json
@@ -29,7 +29,8 @@
],
"aliases": [
"simple-phpunit"
- ]
+ ],
+ "post-install-output": " * Write> test cases in the tests/> folder\n * Run> php bin/phpunit>\n"
},
"files": {
".env.test": {
diff --git a/symfony.phpunit-bridge.4.3.json b/symfony.phpunit-bridge.4.3.json
index 50af200f..6b9c016f 100644
--- a/symfony.phpunit-bridge.4.3.json
+++ b/symfony.phpunit-bridge.4.3.json
@@ -29,7 +29,8 @@
],
"aliases": [
"simple-phpunit"
- ]
+ ],
+ "post-install-output": " * Write> test cases in the tests/> folder\n * Run> php bin/phpunit>\n"
},
"files": {
".env.test": {
diff --git a/symfony.phpunit-bridge.5.1.json b/symfony.phpunit-bridge.5.1.json
index 87c98603..95c2e27f 100644
--- a/symfony.phpunit-bridge.5.1.json
+++ b/symfony.phpunit-bridge.5.1.json
@@ -29,7 +29,8 @@
],
"aliases": [
"simple-phpunit"
- ]
+ ],
+ "post-install-output": " * Write> test cases in the tests/> folder\n * Run> php bin/phpunit>\n"
},
"files": {
".env.test": {
diff --git a/symfony.phpunit-bridge.5.3.json b/symfony.phpunit-bridge.5.3.json
index 2cd28108..f6b79f54 100644
--- a/symfony.phpunit-bridge.5.3.json
+++ b/symfony.phpunit-bridge.5.3.json
@@ -28,7 +28,8 @@
],
"aliases": [
"simple-phpunit"
- ]
+ ],
+ "post-install-output": " * Write> test cases in the tests/> folder\n * Use MakerBundle's make:test> command as a shortcut!\n * Run> the tests with php bin/phpunit>\n"
},
"files": {
".env.test": {
diff --git a/symfony.webpack-encore-bundle.1.9.json b/symfony.webpack-encore-bundle.1.9.json
index 299a4f8a..095b3950 100644
--- a/symfony.webpack-encore-bundle.1.9.json
+++ b/symfony.webpack-encore-bundle.1.9.json
@@ -38,7 +38,8 @@
"/%PUBLIC_DIR%/build/",
"npm-debug.log",
"yarn-error.log"
- ]
+ ],
+ "post-install-output": " * Install Yarn and run yarn install>\n\n * Uncomment the Twig helpers in templates/base.html.twig>\n\n * Start the development server: yarn encore dev-server>\n"
},
"files": {
"config/packages/webpack_encore.yaml": {
diff --git a/zenstruck.foundry.1.9.json b/zenstruck.foundry.1.9.json
index 8031b519..bf7a053f 100644
--- a/zenstruck.foundry.1.9.json
+++ b/zenstruck.foundry.1.9.json
@@ -24,7 +24,8 @@
"dev",
"test"
]
- }
+ },
+ "post-install-output": " * You're ready to use zenstruck/foundry. Create your first factory with\n bin/console make:factory>.\n\n * Read> the documentation at https://github.com/zenstruck/foundry#foundry>\n"
},
"files": {
"config/packages/dev/zenstruck_foundry.yaml": {