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 d705abf commit 88df770Copy full SHA for 88df770
.gitignore
@@ -2,5 +2,6 @@
2
/node_modules
3
composer.lock
4
package-lock.json
5
+_ide_helper.php
6
.DS_Store
7
.idea
src/Providers/TotemServiceProvider.php
@@ -95,5 +95,9 @@ public function defineAssetPublishing()
95
$this->publishes([
96
TOTEM_PATH.'/public/img' => public_path('vendor/totem/img'),
97
], 'totem-assets');
98
+
99
+ $this->publishes([
100
+ TOTEM_PATH.'/config' => config_path()
101
+ ], 'totem-config');
102
}
103
0 commit comments