From 7cf1eabf89a01f41c5a3fa75a42a6af140461324 Mon Sep 17 00:00:00 2001 From: Roland Franssen Date: Wed, 4 Apr 2018 13:18:31 +0200 Subject: [PATCH 1/2] [MsgPhpUserBundle] add post-install.txt --- .../{0.2 => 0.3}/config/packages/msgphp_user.php | 0 msgphp/user-bundle/{0.2 => 0.3}/manifest.json | 0 msgphp/user-bundle/0.3/post-install.txt | 8 ++++++++ msgphp/user-bundle/{0.2 => 0.3}/src/Entity/User/User.php | 0 4 files changed, 8 insertions(+) rename msgphp/user-bundle/{0.2 => 0.3}/config/packages/msgphp_user.php (100%) rename msgphp/user-bundle/{0.2 => 0.3}/manifest.json (100%) create mode 100644 msgphp/user-bundle/0.3/post-install.txt rename msgphp/user-bundle/{0.2 => 0.3}/src/Entity/User/User.php (100%) diff --git a/msgphp/user-bundle/0.2/config/packages/msgphp_user.php b/msgphp/user-bundle/0.3/config/packages/msgphp_user.php similarity index 100% rename from msgphp/user-bundle/0.2/config/packages/msgphp_user.php rename to msgphp/user-bundle/0.3/config/packages/msgphp_user.php diff --git a/msgphp/user-bundle/0.2/manifest.json b/msgphp/user-bundle/0.3/manifest.json similarity index 100% rename from msgphp/user-bundle/0.2/manifest.json rename to msgphp/user-bundle/0.3/manifest.json diff --git a/msgphp/user-bundle/0.3/post-install.txt b/msgphp/user-bundle/0.3/post-install.txt new file mode 100644 index 00000000..3d6e9700 --- /dev/null +++ b/msgphp/user-bundle/0.3/post-install.txt @@ -0,0 +1,8 @@ + + User management setup + + + * Install the Symfony Maker Bundle using composer require maker --dev. It's required for the next step. + + * Run bin/console make:user. It will guide you through the basic setup by asking a serie of questions + and generates the minimal application source files needed. diff --git a/msgphp/user-bundle/0.2/src/Entity/User/User.php b/msgphp/user-bundle/0.3/src/Entity/User/User.php similarity index 100% rename from msgphp/user-bundle/0.2/src/Entity/User/User.php rename to msgphp/user-bundle/0.3/src/Entity/User/User.php From 8ad8a131650378352a597c02a53738eb67415222 Mon Sep 17 00:00:00 2001 From: Roland Franssen Date: Sat, 19 May 2018 13:40:32 +0200 Subject: [PATCH 2/2] Update post-install.txt --- msgphp/user-bundle/0.3/post-install.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/msgphp/user-bundle/0.3/post-install.txt b/msgphp/user-bundle/0.3/post-install.txt index 3d6e9700..0d27067d 100644 --- a/msgphp/user-bundle/0.3/post-install.txt +++ b/msgphp/user-bundle/0.3/post-install.txt @@ -4,5 +4,5 @@ * Install the Symfony Maker Bundle using composer require maker --dev. It's required for the next step. - * Run bin/console make:user. It will guide you through the basic setup by asking a serie of questions + * Run bin/console make:user. It will guide you through the basic setup by asking a series of questions and generates the minimal application source files needed.