Open
Description
I want to start a discussion on how we could provide the ability for developers to write plugins for SuperKit.
A general rule of thumb:
- plugins should be self contained and hosted in the
/plugins
folder
Questions:
- What with interactions with the database if the user has another database driver, or even another db package?
- What with migrations?
- ...
A good start is to look into the current auth
package