stephenjude / filament-blog

A faceless blog content manager with configurable richtext and markdown support for filament admin panel
MIT License
147 stars 34 forks source link

remove hardcoded disk for author avatar #14

Closed ariaieboy closed 1 year ago

ariaieboy commented 1 year ago

remove hardcoded disk for author avatar

stephenjude commented 1 year ago

I think a better way to do this is to make this configuration available in the package config. @ariaieboy

ariaieboy commented 1 year ago

I think a better way to do this is to make this configuration available in the package config. @ariaieboy

right now filament will use the default filesystem of livewire and users can change the disk by setting the default filesystem of laravel

but if you want I can add some configuration so users can customize the disk and folder_name

JordanchoEftimov commented 1 year ago

@ariaieboy @stephenjude Please merge this 😄