From ea1a73a19365914e8422347298f99af39bd66d88 Mon Sep 17 00:00:00 2001 From: Arthur Monney Date: Thu, 18 Jun 2020 20:45:54 +0100 Subject: [PATCH 1/3] Update logo url --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 9def96a..4b13d42 100644 --- a/readme.md +++ b/readme.md @@ -1,4 +1,4 @@ -

+

StyleCI From 6f4d8ad5135a958a18bddbffc1047307e182af35 Mon Sep 17 00:00:00 2001 From: Arthur Monney Date: Thu, 18 Jun 2020 20:46:25 +0100 Subject: [PATCH 2/3] Update logo on readme --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 4b13d42..bd94a41 100644 --- a/readme.md +++ b/readme.md @@ -1,4 +1,4 @@ -

+

StyleCI From dae465c9365877f86b6913f147387b4b4821336e Mon Sep 17 00:00:00 2001 From: Arthur Monney Date: Mon, 3 Aug 2020 11:40:14 +0100 Subject: [PATCH 3/3] Update readme.md Update readme --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index bd94a41..6069fbe 100644 --- a/readme.md +++ b/readme.md @@ -44,7 +44,7 @@ Then add the service provider to `config/app.php`. In Laravel versions 5.5 and b You can publish the configuration file and assets by running: ```sh -$ php artisan vendor:publish --provider='Mckenziearts\Notify\LaravelNotifyServiceProvider' +$ php artisan vendor:publish --provider="Mckenziearts\Notify\LaravelNotifyServiceProvider" ``` Now that we have published a few new files to our application we need to reload them with the following command: