Browse Source

stub notifications

Taylor Otwell 7 years ago
parent
commit
737b5eb3ef
2 changed files with 13 additions and 0 deletions
  1. 0 0
      app/Notifications/.gitkeep
  2. 13 0
      config/app.php

+ 0 - 0
app/Notifications/.gitkeep


+ 13 - 0
config/app.php

@@ -2,6 +2,18 @@
 
 return [
 
+    /*
+    |--------------------------------------------------------------------------
+    | Application Name
+    |--------------------------------------------------------------------------
+    |
+    | This value is the name of your application. This value is used when the
+    | framework needs to place the application's name in a notification or
+    | any other location as required by the application or its packages.
+    */
+
+    'name' => 'My Application',
+
     /*
     |--------------------------------------------------------------------------
     | Application Environment
@@ -140,6 +152,7 @@ return [
         Illuminate\Foundation\Providers\FoundationServiceProvider::class,
         Illuminate\Hashing\HashServiceProvider::class,
         Illuminate\Mail\MailServiceProvider::class,
+        Illuminate\Notifications\NotificationServiceProvider::class,
         Illuminate\Pagination\PaginationServiceProvider::class,
         Illuminate\Pipeline\PipelineServiceProvider::class,
         Illuminate\Queue\QueueServiceProvider::class,