Skip to content

Commit

Permalink
Views publishing path corrected.
Browse files Browse the repository at this point in the history
  • Loading branch information
sdebacker committed Apr 27, 2022
1 parent c28e0ba commit fc39131
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Providers/ModuleServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ public function boot(): void
$this->loadViewsFrom(__DIR__.'/../../resources/views/', 'places');

$this->publishes([__DIR__.'/../../database/migrations/create_places_table.php.stub' => getMigrationFileName('create_places_table')], 'typicms-migrations');
$this->publishes([__DIR__.'/../../resources/views' => resource_path('views/places')], 'typicms-views');
$this->publishes([__DIR__.'/../../resources/views' => resource_path('views/vendor/places')], 'typicms-views');
$this->publishes([__DIR__.'/../../resources/scss' => resource_path('scss')], 'typicms-resources');
$this->publishes([__DIR__.'/../../public/js' => public_path('js')], 'typicms-public');

Expand Down

0 comments on commit fc39131

Please sign in to comment.