We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2edbf54 commit 58e0b64Copy full SHA for 58e0b64
src/FlashMessageServiceProvider.php
@@ -26,10 +26,6 @@ public function boot()
26
__DIR__.'/../resources/views' => resource_path('views/vendor/'.self::VIEW_COMPONENT_NAMESPACE),
27
]);
28
29
- $this->publishes([
30
- __DIR__.'/../config/flash-message.php' => config_path('flash-message.php'),
31
- ]);
32
-
33
Blade::componentNamespace('Bilfeldt\\LaravelFlashMessage\\View\\Components', self::VIEW_COMPONENT_NAMESPACE);
34
35
// This is used when adding a message from a controller: view('posts-index')->withMessage(...)
0 commit comments