app-zap / PHPFramework

A lightweight PHP framework as a composition of different good features and concepts of other frameworks intended for easy use and fast development
Other
4 stars 1 forks source link

Plugins: Get rid of activation in setting.ini #52

Closed smichaelsen closed 9 years ago

smichaelsen commented 9 years ago

Maybe the activation of plugins in setting.ini is not neccessary. Plugins could use composer's autoloader to unclude their plugin loader. Try it!

smichaelsen commented 9 years ago

Yes it works, the scheduler plugin does it. Document how it works and deprecate activation via settings.ini