Skip to content

Commit b6554d7

Browse files
authored
Merge pull request #991 from symfony/post-install-next
Remove the header from post-install files (handled by Flex soon)
2 parents 5e74696 + 1aa7d46 commit b6554d7

File tree

28 files changed

+0
-112
lines changed

28 files changed

+0
-112
lines changed

api-platform/admin-pack/1.0/post-install.txt

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
<bg=blue;fg=white> </>
2-
<bg=blue;fg=white> To finish the install </>
3-
<bg=blue;fg=white> </>
4-
51
* Your admin is almost ready:
62
1. Install the JavaScript dependencies by running <comment>yarn add @api-platform/admin @babel/preset-react</comment>
73
2. Edit <comment>webpack.config.js</comment> and <info>uncomment</info> the following lines:

api-platform/core/2.1/post-install.txt

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
<bg=blue;fg=white> </>
2-
<bg=blue;fg=white> What's next? </>
3-
<bg=blue;fg=white> </>
4-
51
* Your API is almost ready:
62
1. Create your first API resource in <info>src/Entity</info>;
73
2. Go to <info>/api</info> to browse your API

api-platform/core/2.5/post-install.txt

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
<bg=blue;fg=white> </>
2-
<bg=blue;fg=white> What's next? </>
3-
<bg=blue;fg=white> </>
4-
51
* Your API is almost ready:
62
1. Create your first API resource in <info>src/Entity</info>;
73
2. Go to <info>/api</info> to browse your API

doctrine/doctrine-bundle/1.12/post-install.txt

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
<bg=blue;fg=white> </>
2-
<bg=blue;fg=white> Database Configuration </>
3-
<bg=blue;fg=white> </>
4-
51
* Modify your DATABASE_URL config in <fg=green>.env</>
62

73
* Configure the <fg=green>driver</> (mysql) and

doctrine/doctrine-bundle/1.6/post-install.txt

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
<bg=blue;fg=white> </>
2-
<bg=blue;fg=white> Database Configuration </>
3-
<bg=blue;fg=white> </>
4-
51
* Modify your DATABASE_URL config in <fg=green>.env</>
62

73
* Configure the <fg=green>driver</> (mysql) and

doctrine/doctrine-bundle/2.0/post-install.txt

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
<bg=blue;fg=white> </>
2-
<bg=blue;fg=white> Database Configuration </>
3-
<bg=blue;fg=white> </>
4-
51
* Modify your DATABASE_URL config in <fg=green>.env</>
62

73
* Configure the <fg=green>driver</> (postgresql) and

doctrine/doctrine-bundle/2.3/post-install.txt

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
<bg=blue;fg=white> </>
2-
<bg=blue;fg=white> Database Configuration </>
3-
<bg=blue;fg=white> </>
4-
51
* Modify your DATABASE_URL config in <fg=green>.env</>
62

73
* Configure the <fg=green>driver</> (postgresql) and

doctrine/doctrine-bundle/2.4/post-install.txt

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
<bg=blue;fg=white> </>
2-
<bg=blue;fg=white> Database Configuration </>
3-
<bg=blue;fg=white> </>
4-
51
* Modify your DATABASE_URL config in <fg=green>.env</>
62

73
* Configure the <fg=green>driver</> (postgresql) and
Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,2 @@
1-
<bg=blue;fg=white> </>
2-
<bg=blue;fg=white> How to load fixtures? </>
3-
<bg=blue;fg=white> </>
4-
51
* <fg=blue>Write</> fixtures files in the <comment>fixtures/</> folder
62
* <fg=blue>Run</> <comment>php bin/console hautelook:fixtures:load</>

symfony/framework-bundle/3.3/post-install.txt

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
<bg=blue;fg=white> </>
2-
<bg=blue;fg=white> What's next? </>
3-
<bg=blue;fg=white> </>
4-
51
* <fg=blue>Run</> your application:
62
1. Go to the project directory
73
2. Create your code repository with the <comment>git init</comment> command

0 commit comments

Comments
 (0)