From 6b40d49efdcb30aad4e4e51ea9c2c19481806ac0 Mon Sep 17 00:00:00 2001 From: Caleb Porzio Date: Fri, 10 Aug 2018 16:52:21 -0400 Subject: [PATCH 1/4] Add .phpunit.result.cache to the .gitignore PHPUnit version 7.3 adds a new argument `--cache-result` which allows you to do awesome things like re-run test failures using a command like: `phpunit --cache-result --order-by=defects --stop-on-defect` The cache file is stored as `.phpunit.result.cache` I believe PHPUnit 8 will have caching on by default, so this file will start popping up in everyone's project quickly. --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 67c0aeab..7c34e0fc 100644 --- a/.gitignore +++ b/.gitignore @@ -11,3 +11,4 @@ Homestead.yaml npm-debug.log yarn-error.log .env +.phpunit.result.cache From e9b72b487979caa59caf716447e1195e76e11e26 Mon Sep 17 00:00:00 2001 From: Taylor Otwell Date: Mon, 13 Aug 2018 08:31:18 -0500 Subject: [PATCH 2/4] add sponsor --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index 37cf6c51..d9077e9e 100644 --- a/readme.md +++ b/readme.md @@ -49,6 +49,7 @@ ## Laravel Sponsors - [WebL'Agence](https://weblagence.com/) - [Invoice Ninja](https://www.invoiceninja.com) - [iMi digital](https://www.imi-digital.de/) +- [Earthlink](https://www.earthlink.ro/) ## Contributing From 0d5c1c81ff6faafbd8cc995aa3d0cd1b155df4c3 Mon Sep 17 00:00:00 2001 From: Taylor Otwell Date: Mon, 13 Aug 2018 08:43:48 -0500 Subject: [PATCH 3/4] add sponsor --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index d9077e9e..b0affd5a 100644 --- a/readme.md +++ b/readme.md @@ -50,6 +50,7 @@ ## Laravel Sponsors - [Invoice Ninja](https://www.invoiceninja.com) - [iMi digital](https://www.imi-digital.de/) - [Earthlink](https://www.earthlink.ro/) +- [Steadfast Collective](https://steadfastcollective.com/) ## Contributing From 1d33fc07bf327413260a3e33b088ad51ab1f5574 Mon Sep 17 00:00:00 2001 From: Advaith Date: Tue, 14 Aug 2018 18:32:21 +0530 Subject: [PATCH 4/4] Changed font to new one Updated the font to Nuntio from Raleway --- resources/views/welcome.blade.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/resources/views/welcome.blade.php b/resources/views/welcome.blade.php index a246e106..f7343501 100644 --- a/resources/views/welcome.blade.php +++ b/resources/views/welcome.blade.php @@ -8,15 +8,15 @@ Laravel - +