From 4337280d62c1c5314a8ec7803799cd5b1bed10e3 Mon Sep 17 00:00:00 2001 From: Taylor Otwell Date: Fri, 28 Oct 2016 13:33:24 -0500 Subject: [PATCH 01/24] working on readme --- readme.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 7f8816d6..7668ba67 100644 --- a/readme.md +++ b/readme.md @@ -1,10 +1,14 @@ -# Laravel PHP Framework +

+

[![Build Status](https://travis-ci.org/laravel/framework.svg)](https://travis-ci.org/laravel/framework) [![Total Downloads](https://poser.pugx.org/laravel/framework/d/total.svg)](https://packagist.org/packages/laravel/framework) [![Latest Stable Version](https://poser.pugx.org/laravel/framework/v/stable.svg)](https://packagist.org/packages/laravel/framework) [![Latest Unstable Version](https://poser.pugx.org/laravel/framework/v/unstable.svg)](https://packagist.org/packages/laravel/framework) [![License](https://poser.pugx.org/laravel/framework/license.svg)](https://packagist.org/packages/laravel/framework) +

+ +## About Laravel Laravel is a web application framework with expressive, elegant syntax. We believe development must be an enjoyable, creative experience to be truly fulfilling. Laravel attempts to take the pain out of development by easing common tasks used in the majority of web projects, such as authentication, routing, sessions, queueing, and caching. From 3bd4567d509cca54a0faf47714e1db9a95e1821c Mon Sep 17 00:00:00 2001 From: Taylor Otwell Date: Fri, 28 Oct 2016 13:35:23 -0500 Subject: [PATCH 02/24] remove centering on badges --- readme.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/readme.md b/readme.md index 7668ba67..8cd4b662 100644 --- a/readme.md +++ b/readme.md @@ -1,12 +1,10 @@ -

+

-

[![Build Status](https://travis-ci.org/laravel/framework.svg)](https://travis-ci.org/laravel/framework) [![Total Downloads](https://poser.pugx.org/laravel/framework/d/total.svg)](https://packagist.org/packages/laravel/framework) [![Latest Stable Version](https://poser.pugx.org/laravel/framework/v/stable.svg)](https://packagist.org/packages/laravel/framework) [![Latest Unstable Version](https://poser.pugx.org/laravel/framework/v/unstable.svg)](https://packagist.org/packages/laravel/framework) [![License](https://poser.pugx.org/laravel/framework/license.svg)](https://packagist.org/packages/laravel/framework) -

## About Laravel From c6ee753e1979d8d58998d495192094f0a704f440 Mon Sep 17 00:00:00 2001 From: Taylor Otwell Date: Fri, 28 Oct 2016 13:43:52 -0500 Subject: [PATCH 03/24] updatin greadme --- readme.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/readme.md b/readme.md index 8cd4b662..175c5b22 100644 --- a/readme.md +++ b/readme.md @@ -1,10 +1,11 @@

-[![Build Status](https://travis-ci.org/laravel/framework.svg)](https://travis-ci.org/laravel/framework) -[![Total Downloads](https://poser.pugx.org/laravel/framework/d/total.svg)](https://packagist.org/packages/laravel/framework) -[![Latest Stable Version](https://poser.pugx.org/laravel/framework/v/stable.svg)](https://packagist.org/packages/laravel/framework) -[![Latest Unstable Version](https://poser.pugx.org/laravel/framework/v/unstable.svg)](https://packagist.org/packages/laravel/framework) -[![License](https://poser.pugx.org/laravel/framework/license.svg)](https://packagist.org/packages/laravel/framework) +

+Build Status +Total Downloads +Latest Stable Version +License +

## About Laravel From 1790aa46ac33b30a2b1f0cf33ffea6d35e439ee3 Mon Sep 17 00:00:00 2001 From: Taylor Otwell Date: Fri, 28 Oct 2016 13:57:30 -0500 Subject: [PATCH 04/24] readme --- readme.md | 18 ++++++++++++++---- 1 file changed, 14 insertions(+), 4 deletions(-) diff --git a/readme.md b/readme.md index 175c5b22..9d29c3cb 100644 --- a/readme.md +++ b/readme.md @@ -9,13 +9,23 @@ ## About Laravel -Laravel is a web application framework with expressive, elegant syntax. We believe development must be an enjoyable, creative experience to be truly fulfilling. Laravel attempts to take the pain out of development by easing common tasks used in the majority of web projects, such as authentication, routing, sessions, queueing, and caching. +Laravel is a web application framework with expressive, elegant syntax. We believe development must be an enjoyable, creative experience to be truly fulfilling. Laravel attempts to take the pain out of development by easing common tasks used in the majority of web projects, such as: -Laravel is accessible, yet powerful, providing tools needed for large, robust applications. A superb inversion of control container, expressive migration system, and tightly integrated unit testing support give you the tools you need to build any application with which you are tasked. +- [Simple, fast routing engine](https://laravel.com/docs/routing). +- [Painless request validation](https://laravel.com/docs/validation). +- [Powerful dependency injection container](https://laravel.com/docs/container). +- Multiple back-ends for [session](https://laravel.com/docs/session) and [cache](https://laravel.com/docs/cache) storage. +- Database agnostic [schema migrations](https://laravel.com/docs/migrations). +- [Robust background job processing](https://laravel.com/docs/queues). +- [Real-time event broadcasting](https://laravel.com/docs/broadcasting). -## Official Documentation +Laravel is accessible, yet powerful, providing tools needed for large, robust applications. A superb combination of simplicity, elegance, and innovation give you tools you need to build any application with which you are tasked. -Documentation for the framework can be found on the [Laravel website](http://laravel.com/docs). +## Learning Laravel + +Laravel has the most extensive and thorough documentation and video tutorial library of any modern web application framework. The [Laravel documentation](https://laravel.com/docs) is thorough, complete, and makes it a breeze to get started learning the framework. + +[Laracasts](https://laracasts.com) contains over 900 video tutorial on a range of topics including Laravel, modern PHP, unit testing, JavaScript, and more. Boost the skill level of yourself and your entire team by digging into our extensive video library. ## Contributing From b494bb9d01da2a596c97aef55a9c66c39dbba9ea Mon Sep 17 00:00:00 2001 From: Taylor Otwell Date: Fri, 28 Oct 2016 13:58:21 -0500 Subject: [PATCH 05/24] remove a link --- readme.md | 1 - 1 file changed, 1 deletion(-) diff --git a/readme.md b/readme.md index 9d29c3cb..15c77828 100644 --- a/readme.md +++ b/readme.md @@ -12,7 +12,6 @@ Laravel is a web application framework with expressive, elegant syntax. We believe development must be an enjoyable, creative experience to be truly fulfilling. Laravel attempts to take the pain out of development by easing common tasks used in the majority of web projects, such as: - [Simple, fast routing engine](https://laravel.com/docs/routing). -- [Painless request validation](https://laravel.com/docs/validation). - [Powerful dependency injection container](https://laravel.com/docs/container). - Multiple back-ends for [session](https://laravel.com/docs/session) and [cache](https://laravel.com/docs/cache) storage. - Database agnostic [schema migrations](https://laravel.com/docs/migrations). From 95f1157c5acaf893d0da6e381c2f4148d005582a Mon Sep 17 00:00:00 2001 From: Taylor Otwell Date: Fri, 28 Oct 2016 13:58:40 -0500 Subject: [PATCH 06/24] wording change --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 15c77828..179d760a 100644 --- a/readme.md +++ b/readme.md @@ -24,7 +24,7 @@ Laravel is accessible, yet powerful, providing tools needed for large, robust ap Laravel has the most extensive and thorough documentation and video tutorial library of any modern web application framework. The [Laravel documentation](https://laravel.com/docs) is thorough, complete, and makes it a breeze to get started learning the framework. -[Laracasts](https://laracasts.com) contains over 900 video tutorial on a range of topics including Laravel, modern PHP, unit testing, JavaScript, and more. Boost the skill level of yourself and your entire team by digging into our extensive video library. +[Laracasts](https://laracasts.com) contains over 900 video tutorial on a range of topics including Laravel, modern PHP, unit testing, JavaScript, and more. Boost the skill level of yourself and your entire team by digging into our comprehensive video library. ## Contributing From 22265553ee3bb64473c1c7ea9b7ed5537a37b30a Mon Sep 17 00:00:00 2001 From: Taylor Otwell Date: Fri, 28 Oct 2016 14:00:25 -0500 Subject: [PATCH 07/24] wording and spacing --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 179d760a..53a341c3 100644 --- a/readme.md +++ b/readme.md @@ -24,7 +24,7 @@ Laravel is accessible, yet powerful, providing tools needed for large, robust ap Laravel has the most extensive and thorough documentation and video tutorial library of any modern web application framework. The [Laravel documentation](https://laravel.com/docs) is thorough, complete, and makes it a breeze to get started learning the framework. -[Laracasts](https://laracasts.com) contains over 900 video tutorial on a range of topics including Laravel, modern PHP, unit testing, JavaScript, and more. Boost the skill level of yourself and your entire team by digging into our comprehensive video library. +If you're not in the mood to read, [Laracasts](https://laracasts.com) contains over 900 video tutorial on a range of topics including Laravel, modern PHP, unit testing, JavaScript, and more. Boost the skill level of yourself and your entire team by digging into our comprehensive video library. ## Contributing From 5937bbe4caf4eb10820c1662698ea00ac63cd4ca Mon Sep 17 00:00:00 2001 From: Taylor Otwell Date: Fri, 28 Oct 2016 14:20:51 -0500 Subject: [PATCH 08/24] Update readme.md --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 53a341c3..ba992e47 100644 --- a/readme.md +++ b/readme.md @@ -24,7 +24,7 @@ Laravel is accessible, yet powerful, providing tools needed for large, robust ap Laravel has the most extensive and thorough documentation and video tutorial library of any modern web application framework. The [Laravel documentation](https://laravel.com/docs) is thorough, complete, and makes it a breeze to get started learning the framework. -If you're not in the mood to read, [Laracasts](https://laracasts.com) contains over 900 video tutorial on a range of topics including Laravel, modern PHP, unit testing, JavaScript, and more. Boost the skill level of yourself and your entire team by digging into our comprehensive video library. +If you're not in the mood to read, [Laracasts](https://laracasts.com) contains over 900 video tutorials on a range of topics including Laravel, modern PHP, unit testing, JavaScript, and more. Boost the skill level of yourself and your entire team by digging into our comprehensive video library. ## Contributing From f29c943c882282629968f2550153476da1f3b073 Mon Sep 17 00:00:00 2001 From: Taylor Otwell Date: Sun, 30 Oct 2016 15:36:25 -0500 Subject: [PATCH 09/24] Update readme.md --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index ba992e47..ea89ee2f 100644 --- a/readme.md +++ b/readme.md @@ -14,6 +14,7 @@ Laravel is a web application framework with expressive, elegant syntax. We belie - [Simple, fast routing engine](https://laravel.com/docs/routing). - [Powerful dependency injection container](https://laravel.com/docs/container). - Multiple back-ends for [session](https://laravel.com/docs/session) and [cache](https://laravel.com/docs/cache) storage. +- Expressive, intuitive [database ORM](https://laravel.com/docs/eloquent). - Database agnostic [schema migrations](https://laravel.com/docs/migrations). - [Robust background job processing](https://laravel.com/docs/queues). - [Real-time event broadcasting](https://laravel.com/docs/broadcasting). From 4e912e3ed31338a9ce43fc99b1f824042d7a2b04 Mon Sep 17 00:00:00 2001 From: Daniel Iancu Date: Tue, 8 Nov 2016 13:56:16 +0200 Subject: [PATCH 10/24] Updated package.json Bumped version for laravel-elixir to 6.0.0-14 in which various npm errors and warnings have been fixed (laravel/elixir#679). --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 58287379..f4f49c84 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "bootstrap-sass": "^3.3.7", "gulp": "^3.9.1", "jquery": "^3.1.0", - "laravel-elixir": "^6.0.0-11", + "laravel-elixir": "^6.0.0-14", "laravel-elixir-vue-2": "^0.2.0", "laravel-elixir-webpack-official": "^1.0.2", "lodash": "^4.16.2", From d47697e7816a28fe5a09f3b8cfcd1f184ec99016 Mon Sep 17 00:00:00 2001 From: Jrean Date: Tue, 8 Nov 2016 23:37:35 +0800 Subject: [PATCH 11/24] Env for mail sender address + name --- config/mail.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/mail.php b/config/mail.php index 9d4c4d83..c66e428c 100644 --- a/config/mail.php +++ b/config/mail.php @@ -56,8 +56,8 @@ return [ */ 'from' => [ - 'address' => 'hello@example.com', - 'name' => 'Example', + 'address' => env('MAIL_SENDER_ADDRESS', 'hello@example.com'), + 'name' => env('MAIL_SENDER_NAME', 'Example'), ], /* From e72463dc6c2f977f8e49aa0bd535a5dbed968aad Mon Sep 17 00:00:00 2001 From: Taylor Otwell Date: Tue, 8 Nov 2016 10:52:43 -0600 Subject: [PATCH 12/24] change var name --- config/mail.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/mail.php b/config/mail.php index c66e428c..73c691f0 100644 --- a/config/mail.php +++ b/config/mail.php @@ -56,8 +56,8 @@ return [ */ 'from' => [ - 'address' => env('MAIL_SENDER_ADDRESS', 'hello@example.com'), - 'name' => env('MAIL_SENDER_NAME', 'Example'), + 'address' => env('MAIL_FROM_ADDRESS', 'hello@example.com'), + 'name' => env('MAIL_FROM_NAME', 'Example'), ], /* From fd42e10a5f946cb4258edb517195cd46ecdb8553 Mon Sep 17 00:00:00 2001 From: Roberto Aguilar Date: Mon, 14 Nov 2016 15:19:31 -0600 Subject: [PATCH 13/24] Changes localhost to 127.0.0.1 in database config In https://github.com/laravel/laravel/pull/3641 was decided to use `127.0.0.1` instead of `localhost` to avoid DNS lookups This change is to maintain consistency between `.env` and `database.php` --- config/database.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/database.php b/config/database.php index fd22e8e9..55e6077b 100644 --- a/config/database.php +++ b/config/database.php @@ -54,7 +54,7 @@ return [ 'mysql' => [ 'driver' => 'mysql', - 'host' => env('DB_HOST', 'localhost'), + 'host' => env('DB_HOST', '127.0.0.1'), 'port' => env('DB_PORT', '3306'), 'database' => env('DB_DATABASE', 'forge'), 'username' => env('DB_USERNAME', 'forge'), @@ -68,7 +68,7 @@ return [ 'pgsql' => [ 'driver' => 'pgsql', - 'host' => env('DB_HOST', 'localhost'), + 'host' => env('DB_HOST', '127.0.0.1'), 'port' => env('DB_PORT', '5432'), 'database' => env('DB_DATABASE', 'forge'), 'username' => env('DB_USERNAME', 'forge'), From 9ca8ed99609abd473da42f5affdab266d867b532 Mon Sep 17 00:00:00 2001 From: Diogo Azevedo Date: Mon, 14 Nov 2016 23:44:01 -0200 Subject: [PATCH 14/24] Update the default redis host --- config/database.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/database.php b/config/database.php index 55e6077b..1b87e0f1 100644 --- a/config/database.php +++ b/config/database.php @@ -110,7 +110,7 @@ return [ 'cluster' => false, 'default' => [ - 'host' => env('REDIS_HOST', 'localhost'), + 'host' => env('REDIS_HOST', '127.0.0.1'), 'password' => env('REDIS_PASSWORD', null), 'port' => env('REDIS_PORT', 6379), 'database' => 0, From 69df2ada114a3b06227727d019ee8142d337e745 Mon Sep 17 00:00:00 2001 From: Loki Else Date: Wed, 16 Nov 2016 17:17:52 +0800 Subject: [PATCH 15/24] Support predis v1.1.1 fix: `AUTH failed: ERR Client sent AUTH, but no password is set [tcp://127.0.0.1:6379]` According to predix release log: https://github.com/nrk/predis/releases/tag/v1.1.1 --- config/database.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/config/database.php b/config/database.php index 1b87e0f1..5ea95fa5 100644 --- a/config/database.php +++ b/config/database.php @@ -111,9 +111,11 @@ return [ 'default' => [ 'host' => env('REDIS_HOST', '127.0.0.1'), - 'password' => env('REDIS_PASSWORD', null), 'port' => env('REDIS_PORT', 6379), 'database' => 0, + 'parameters' => [ + 'password' => env('REDIS_PASSWORD', '') + ] ], ], From 8182b991125c0d66352fc60dc58d535aa97a61fc Mon Sep 17 00:00:00 2001 From: Taylor Otwell Date: Wed, 16 Nov 2016 20:57:24 +0000 Subject: [PATCH 16/24] Applied fixes from StyleCI --- config/database.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/database.php b/config/database.php index 5ea95fa5..b58f6c3c 100644 --- a/config/database.php +++ b/config/database.php @@ -114,8 +114,8 @@ return [ 'port' => env('REDIS_PORT', 6379), 'database' => 0, 'parameters' => [ - 'password' => env('REDIS_PASSWORD', '') - ] + 'password' => env('REDIS_PASSWORD', ''), + ], ], ], From c803ff1caa477d5c148b7d594be66bc19286a830 Mon Sep 17 00:00:00 2001 From: Taylor Otwell Date: Wed, 16 Nov 2016 15:15:29 -0600 Subject: [PATCH 17/24] revert broken PR --- config/database.php | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/config/database.php b/config/database.php index b58f6c3c..34c5f3ed 100644 --- a/config/database.php +++ b/config/database.php @@ -111,11 +111,9 @@ return [ 'default' => [ 'host' => env('REDIS_HOST', '127.0.0.1'), + 'password' => env('REDIS_PASSWORD', ''), 'port' => env('REDIS_PORT', 6379), 'database' => 0, - 'parameters' => [ - 'password' => env('REDIS_PASSWORD', ''), - ], ], ], From fff42ec631e8b6eb541aefda951f67521d745436 Mon Sep 17 00:00:00 2001 From: Matt McDonald Date: Thu, 17 Nov 2016 09:25:40 +0000 Subject: [PATCH 18/24] Redirect for registration only --- app/Http/Controllers/Auth/RegisterController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Http/Controllers/Auth/RegisterController.php b/app/Http/Controllers/Auth/RegisterController.php index e48e2e3b..c5c83e5c 100644 --- a/app/Http/Controllers/Auth/RegisterController.php +++ b/app/Http/Controllers/Auth/RegisterController.php @@ -23,7 +23,7 @@ class RegisterController extends Controller use RegistersUsers; /** - * Where to redirect users after login / registration. + * Where to redirect users after registration. * * @var string */ From fa1eae35b9ce5bd278cbc85571be2474192181de Mon Sep 17 00:00:00 2001 From: Mohamed Said Date: Mon, 21 Nov 2016 18:27:55 +0200 Subject: [PATCH 19/24] add language lines for before_or_equal and after_or_equal --- resources/lang/en/validation.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/resources/lang/en/validation.php b/resources/lang/en/validation.php index 73b49d08..9608bc25 100644 --- a/resources/lang/en/validation.php +++ b/resources/lang/en/validation.php @@ -16,11 +16,13 @@ return [ 'accepted' => 'The :attribute must be accepted.', 'active_url' => 'The :attribute is not a valid URL.', 'after' => 'The :attribute must be a date after :date.', + 'after_or_equal' => 'The :attribute must be a date after or equal to :date.', 'alpha' => 'The :attribute may only contain letters.', 'alpha_dash' => 'The :attribute may only contain letters, numbers, and dashes.', 'alpha_num' => 'The :attribute may only contain letters and numbers.', 'array' => 'The :attribute must be an array.', 'before' => 'The :attribute must be a date before :date.', + 'before_or_equal' => 'The :attribute must be a date before or equal to :date.', 'between' => [ 'numeric' => 'The :attribute must be between :min and :max.', 'file' => 'The :attribute must be between :min and :max kilobytes.', From cc47df31a8d79d254c00cc5510521c9a894d9f13 Mon Sep 17 00:00:00 2001 From: insoutt Date: Mon, 28 Nov 2016 13:58:11 -0500 Subject: [PATCH 20/24] Update mounted instead of ready --- resources/assets/js/components/Example.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/assets/js/components/Example.vue b/resources/assets/js/components/Example.vue index 86a0b70f..601e61cf 100644 --- a/resources/assets/js/components/Example.vue +++ b/resources/assets/js/components/Example.vue @@ -17,7 +17,7 @@ From 7d4115f0cac54bf1ea77a575c9c5b4c0f57d54c6 Mon Sep 17 00:00:00 2001 From: Damien Criado Date: Tue, 6 Dec 2016 01:01:43 +0100 Subject: [PATCH 21/24] Fix `AUTH` failed: ERR Client sent AUTH --- config/database.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/database.php b/config/database.php index 34c5f3ed..1b87e0f1 100644 --- a/config/database.php +++ b/config/database.php @@ -111,7 +111,7 @@ return [ 'default' => [ 'host' => env('REDIS_HOST', '127.0.0.1'), - 'password' => env('REDIS_PASSWORD', ''), + 'password' => env('REDIS_PASSWORD', null), 'port' => env('REDIS_PORT', 6379), 'database' => 0, ], From 483c9678c6e647870beb80aabfb24eb4bcede0e5 Mon Sep 17 00:00:00 2001 From: Dries Vints Date: Sat, 17 Dec 2016 15:25:24 +0100 Subject: [PATCH 22/24] Sort Composer packages by default It's much easier to search for packages in the composer.json file when they're sorted by default. --- composer.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index eb401d88..a94eb33d 100644 --- a/composer.json +++ b/composer.json @@ -45,6 +45,7 @@ ] }, "config": { - "preferred-install": "dist" + "preferred-install": "dist", + "sort-packages": true } } From 0a1cdb2df6d67285b65c11a3bb633e07c457e86c Mon Sep 17 00:00:00 2001 From: Taylor Otwell Date: Wed, 28 Dec 2016 08:31:59 -0600 Subject: [PATCH 23/24] Update readme.md --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index ea89ee2f..ebb59cd9 100644 --- a/readme.md +++ b/readme.md @@ -1,4 +1,4 @@ -

+

Build Status From b43890c11f3edfda1ba6c5e57d76b2f6ed9ceb40 Mon Sep 17 00:00:00 2001 From: Taylor Otwell Date: Wed, 28 Dec 2016 11:31:53 -0600 Subject: [PATCH 24/24] Update readme.md --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index ebb59cd9..70f23e0b 100644 --- a/readme.md +++ b/readme.md @@ -1,4 +1,4 @@ -

+

Build Status