tomatophp / filament-plugins

Manage your modules as a plugin system with plugin generator
https://tomatophp.com/en/open-source/filament-plugins
MIT License
32 stars 9 forks source link

How can I tell if plugins are installed and turned on? #20

Closed shebaoting closed 4 months ago

shebaoting commented 4 months ago

1, In filament, how to tell whether a plugins is installed or not? 2, In filament, how to tell whether a plugins is enabled or not?

3x1io commented 4 months ago

our plugins are built on the Laravel-modules package so you can use all Laravel-modules methods in this check docs.