← Back to team overview

phpdevshell team mailing list archive

Re: [Question #215881]: How to make plugin auto installed?

 

Question #215881 on PHPDevShell changed:
https://answers.launchpad.net/phpdevshell/+question/215881

    Status: Open => Needs information

Greg requested more information:
Wow this is a cool idea!
We didn't implement this explicitly (mainly for security reasons), but it should be doable. To add this behavior, consider the following points:
- the config file of all plugins are executed at each request, whether the plugin is "installed" or not
- "installing" a plugin is basically only filling some tables in the database, such as menus linked to controllers
- detecting a user login is probably more tricky

What kind of features does your plugin provide?

greg

-- 
You received this question notification because you are a member of
PHPDevShell, which is an answer contact for PHPDevShell.