Skip to content

Commit

Permalink
Added view publish
Browse files Browse the repository at this point in the history
  • Loading branch information
xGrz committed Jun 15, 2024
1 parent 3fff5c9 commit 2656dfd
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/DHLUIServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,12 @@ public function boot(): void
self::setupWebRouting();
self::setupTranslations();

if ($this->app->runningInConsole()) {
$this->publishes([
__DIR__ . '/../resources/views' => resource_path('views/vendor/dhl24ui'),
], 'dhl24ui');
}

Livewire::component('create-shipment', CreateShipment::class);
Livewire::component('shipment-create-error', ShipmentCreateError::class);
Livewire::component('shipment-listing', ShipmentListing::class);
Expand Down

0 comments on commit 2656dfd

Please sign in to comment.