#Best Practice when making new plugin

3 messages · Page 1 of 1 (latest)

neon pulsar
#

I'm building my first plugin!
In my website i need it translatable, but if i want to release it
should i add all the translation implementation in the plugin or leaving to the user the implementation?

and for translate i mean use Spatie\Translatable\HasTranslations; use Filament\Resources\Concerns\Translatable; etc

buoyant stoneBOT
#

To help others find answers, you can mark your question as solved via Right click solution message -> Apps -> ✅ Mark Solution

neon pulsar
#

Best Practice when making new plugin