robsontenorio / mary

Laravel Blade UI Components for Livewire 3
https://mary-ui.com
Other
1.06k stars 135 forks source link

allow publish componmets and allow modifications for them #566

Closed cooffeeRequired closed 2 months ago

cooffeeRequired commented 3 months ago

MaryServiceProvider.php:256

  // Publishing the views.
  $this->publishes([
      __DIR__ . '\View\Components' => resource_path('views/vendor/mary/components'),
  ], 'mary.views');
robsontenorio commented 2 months ago

See #179

cooffeeRequired commented 2 months ago

Hey, will be tha applied? Or Nah? @robsontenorio