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 253822b commit 01a883dCopy full SHA for 01a883d
src/SUIServiceProvider.php
@@ -15,7 +15,7 @@ public function boot()
15
{
16
// publish Semantic UI
17
$this->publishes([
18
- __DIR__.'/assets' => public_path('wangaz/laravel-semantic-ui-css'),
+ __DIR__.'/assets' => public_path('/assets/semantic-ui/css'),
19
], 'public');
20
}
21
0 commit comments