plugin icon indicating copy to clipboard operation
plugin copied to clipboard

Themosis framework plugin boilerplate.

Results 3 plugin issues
Sort by recently updated
recently updated
newest added

Hi Julien, I just added hookable class structure for plugin. Related to https://github.com/themosis/framework/pull/831

What is the best way to create a widget from a plugin with Themosis 2.0? Thank you!

Is it possible to define console commands from within a plugin? And if so.. how? The only way made this possible was by editing the themosis/themosis's App\Console\Kernel. But I would...