From 636f46fba54bb94377e2f1d3ec71f49fae33f424 Mon Sep 17 00:00:00 2001 From: pierDipi <33736985+pierDipi@users.noreply.github.com> Date: Thu, 20 Sep 2018 19:28:46 +0200 Subject: [PATCH 1/3] Fix page not found gitscrum-community link. --- resources/views/auth/login.blade.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/views/auth/login.blade.php b/resources/views/auth/login.blade.php index ddfd56f0..3c1e3861 100644 --- a/resources/views/auth/login.blade.php +++ b/resources/views/auth/login.blade.php @@ -19,7 +19,7 @@

{{trans('gitscrum.welcome-to')}} - GitScrum + GitScrum

From bcc0ef6b56794bf3b0d719d13a369d65b5e6d1c6 Mon Sep 17 00:00:00 2001 From: pierDipi <33736985+pierDipi@users.noreply.github.com> Date: Thu, 20 Sep 2018 20:06:52 +0200 Subject: [PATCH 2/3] Revert "Fix page not found gitscrum-community link." --- resources/views/auth/login.blade.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/views/auth/login.blade.php b/resources/views/auth/login.blade.php index 3c1e3861..ddfd56f0 100644 --- a/resources/views/auth/login.blade.php +++ b/resources/views/auth/login.blade.php @@ -19,7 +19,7 @@

{{trans('gitscrum.welcome-to')}} - GitScrum + GitScrum

From 53de79633ce6fbe0cddb721fe35aa6eb2f551869 Mon Sep 17 00:00:00 2001 From: pierDipi <33736985+pierDipi@users.noreply.github.com> Date: Thu, 20 Sep 2018 22:31:06 +0200 Subject: [PATCH 3/3] Update installation command with composer --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a7e802e0..47e2ef26 100644 --- a/README.md +++ b/README.md @@ -97,7 +97,7 @@ The requirements to Laravel GitScrum application is: ### Composer Package ``` -$ composer create-project gitscrum-community/laravel-gitscrum --stability=stable --keep-vcs +$ composer create-project gitscrum-community-edition/laravel-gitscrum --stability=stable --keep-vcs $ cd laravel-gitscrum ``` **Important**: If you have not yet installed composer: [Installation - Linux / Unix / OSX](https://getcomposer.org/doc/00-intro.md#installation-linux-unix-osx)