aboutsummaryrefslogtreecommitdiffhomepage
path: root/application/plugin/exception
Commit message (Collapse)AuthorAgeFilesLines
* Plugin system: allow plugins to provide custom routesArthurHoaro2020-11-151-0/+26
| | | | | | | | | | - each route will be prefixed by `/plugin/<plugin_name>` - add a new template for plugins rendering - add a live example in the demo_plugin Check out the "Plugin System" documentation for more detail. Related to #143
* Apply PHP Code Beautifier on source code for linter automatic fixesArthurHoaro2020-11-091-0/+1
|
* namespacing: \Shaarli\Plugin\PluginManagerVirtualTam2019-01-121-0/+23
Signed-off-by: VirtualTam <virtualtam@flibidi.net>