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 c28e0ba commit fc39131Copy full SHA for fc39131
src/Providers/ModuleServiceProvider.php
@@ -20,7 +20,7 @@ public function boot(): void
20
$this->loadViewsFrom(__DIR__.'/../../resources/views/', 'places');
21
22
$this->publishes([__DIR__.'/../../database/migrations/create_places_table.php.stub' => getMigrationFileName('create_places_table')], 'typicms-migrations');
23
- $this->publishes([__DIR__.'/../../resources/views' => resource_path('views/places')], 'typicms-views');
+ $this->publishes([__DIR__.'/../../resources/views' => resource_path('views/vendor/places')], 'typicms-views');
24
$this->publishes([__DIR__.'/../../resources/scss' => resource_path('scss')], 'typicms-resources');
25
$this->publishes([__DIR__.'/../../public/js' => public_path('js')], 'typicms-public');
26
0 commit comments