Remove the header from post-install files (handled by Flex now)

This commit is contained in:
Fabien Potencier
2021-08-30 12:25:28 +02:00
parent 5e74696062
commit 1aa7d46cb0
28 changed files with 0 additions and 112 deletions

View File

@@ -1,7 +1,3 @@
<bg=blue;fg=white> </>
<bg=blue;fg=white> To finish the install </>
<bg=blue;fg=white> </>
* 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:

View File

@@ -1,7 +1,3 @@
<bg=blue;fg=white> </>
<bg=blue;fg=white> What's next? </>
<bg=blue;fg=white> </>
* 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

View File

@@ -1,7 +1,3 @@
<bg=blue;fg=white> </>
<bg=blue;fg=white> What's next? </>
<bg=blue;fg=white> </>
* 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

View File

@@ -1,7 +1,3 @@
<bg=blue;fg=white> </>
<bg=blue;fg=white> Database Configuration </>
<bg=blue;fg=white> </>
* Modify your DATABASE_URL config in <fg=green>.env</>
* Configure the <fg=green>driver</> (mysql) and

View File

@@ -1,7 +1,3 @@
<bg=blue;fg=white> </>
<bg=blue;fg=white> Database Configuration </>
<bg=blue;fg=white> </>
* Modify your DATABASE_URL config in <fg=green>.env</>
* Configure the <fg=green>driver</> (mysql) and

View File

@@ -1,7 +1,3 @@
<bg=blue;fg=white> </>
<bg=blue;fg=white> Database Configuration </>
<bg=blue;fg=white> </>
* Modify your DATABASE_URL config in <fg=green>.env</>
* Configure the <fg=green>driver</> (postgresql) and

View File

@@ -1,7 +1,3 @@
<bg=blue;fg=white> </>
<bg=blue;fg=white> Database Configuration </>
<bg=blue;fg=white> </>
* Modify your DATABASE_URL config in <fg=green>.env</>
* Configure the <fg=green>driver</> (postgresql) and

View File

@@ -1,7 +1,3 @@
<bg=blue;fg=white> </>
<bg=blue;fg=white> Database Configuration </>
<bg=blue;fg=white> </>
* Modify your DATABASE_URL config in <fg=green>.env</>
* Configure the <fg=green>driver</> (postgresql) and

View File

@@ -1,6 +1,2 @@
<bg=blue;fg=white> </>
<bg=blue;fg=white> How to load fixtures? </>
<bg=blue;fg=white> </>
* <fg=blue>Write</> fixtures files in the <comment>fixtures/</> folder
* <fg=blue>Run</> <comment>php bin/console hautelook:fixtures:load</>

View File

@@ -1,7 +1,3 @@
<bg=blue;fg=white> </>
<bg=blue;fg=white> What's next? </>
<bg=blue;fg=white> </>
* <fg=blue>Run</> your application:
1. Go to the project directory
2. Create your code repository with the <comment>git init</comment> command

View File

@@ -1,7 +1,3 @@
<bg=blue;fg=white> </>
<bg=blue;fg=white> What's next? </>
<bg=blue;fg=white> </>
* <fg=blue>Run</> your application:
1. Go to the project directory
2. Create your code repository with the <comment>git init</comment> command

View File

@@ -1,7 +1,3 @@
<bg=blue;fg=white> </>
<bg=blue;fg=white> What's next? </>
<bg=blue;fg=white> </>
* <fg=blue>Run</> your application:
1. Go to the project directory
2. Create your code repository with the <comment>git init</comment> command

View File

@@ -1,7 +1,3 @@
<bg=blue;fg=white> </>
<bg=blue;fg=white> What's next? </>
<bg=blue;fg=white> </>
* <fg=blue>Run</> your application:
1. Go to the project directory
2. Create your code repository with the <comment>git init</comment> command

View File

@@ -1,7 +1,3 @@
<bg=blue;fg=white> </>
<bg=blue;fg=white> What's next? </>
<bg=blue;fg=white> </>
* <fg=blue>Run</> your application:
1. Go to the project directory
2. Create your code repository with the <comment>git init</comment> command

View File

@@ -1,7 +1,3 @@
<bg=blue;fg=white> </>
<bg=blue;fg=white> What's next? </>
<bg=blue;fg=white> </>
* <fg=blue>Run</> your application:
1. Go to the project directory
2. Create your code repository with the <comment>git init</comment> command

View File

@@ -1,7 +1,3 @@
<bg=blue;fg=white> </>
<bg=blue;fg=white> What's next? </>
<bg=blue;fg=white> </>
* <fg=blue>Run</> your application:
1. Go to the project directory
2. Create your code repository with the <comment>git init</comment> command

View File

@@ -1,7 +1,3 @@
<bg=blue;fg=white> </>
<bg=blue;fg=white> What's next? </>
<bg=blue;fg=white> </>
* <fg=blue>Run</> your application:
1. Go to the project directory
2. Create your code repository with the <comment>git init</comment> command

View File

@@ -1,7 +1,3 @@
<bg=blue;fg=white> </>
<bg=blue;fg=white> What's next? </>
<bg=blue;fg=white> </>
* You're ready to send emails.
* If you want to send emails via a supported email provider, install

View File

@@ -1,7 +1,3 @@
<bg=blue;fg=white> </>
<bg=blue;fg=white> What's next? </>
<bg=blue;fg=white> </>
* 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.

View File

@@ -1,7 +1,3 @@
<bg=blue;fg=white> </>
<bg=blue;fg=white> What's next? </>
<bg=blue;fg=white> </>
* 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.

View File

@@ -1,7 +1,3 @@
<bg=blue;fg=white> </>
<bg=blue;fg=white> Finish Panther Installation </>
<bg=blue;fg=white> </>
* Install <fg=green>ChromeDriver</> or <fg=green>geckodriver</> with
the package manager of your Operating System.

View File

@@ -1,6 +1,2 @@
<bg=blue;fg=white> </>
<bg=blue;fg=white> How to test? </>
<bg=blue;fg=white> </>
* <fg=blue>Write</> test cases in the <comment>tests/</> folder
* <fg=blue>Run</> <comment>php bin/phpunit</>

View File

@@ -1,6 +1,2 @@
<bg=blue;fg=white> </>
<bg=blue;fg=white> How to test? </>
<bg=blue;fg=white> </>
* <fg=blue>Write</> test cases in the <comment>tests/</> folder
* <fg=blue>Run</> <comment>php bin/phpunit</>

View File

@@ -1,6 +1,2 @@
<bg=blue;fg=white> </>
<bg=blue;fg=white> How to test? </>
<bg=blue;fg=white> </>
* <fg=blue>Write</> test cases in the <comment>tests/</> folder
* <fg=blue>Run</> <comment>php bin/phpunit</>

View File

@@ -1,6 +1,2 @@
<bg=blue;fg=white> </>
<bg=blue;fg=white> How to test? </>
<bg=blue;fg=white> </>
* <fg=blue>Write</> test cases in the <comment>tests/</> folder
* <fg=blue>Run</> <comment>php bin/phpunit</>

View File

@@ -1,7 +1,3 @@
<bg=blue;fg=white> </>
<bg=blue;fg=white> How to test? </>
<bg=blue;fg=white> </>
* <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</>

View File

@@ -1,7 +1,3 @@
<bg=blue;fg=white> </>
<bg=blue;fg=white> Finish Encore Installation </>
<bg=blue;fg=white> </>
* Install Yarn and run <fg=green>yarn install</>
* Uncomment the Twig helpers in <fg=green>templates/base.html.twig</>

View File

@@ -1,7 +1,3 @@
<bg=blue;fg=white> </>
<bg=blue;fg=white> What's next? </>
<bg=blue;fg=white> </>
* You're ready to use zenstruck/foundry. Create your first factory with
<info>bin/console make:factory</>.