Plugins support (#592)

This commit is contained in:
Kevin Papst
2019-02-24 15:54:38 +01:00
committed by GitHub
parent 36a158a805
commit 03aa4c9ddc
11 changed files with 220 additions and 35 deletions

View File

@@ -68,7 +68,8 @@
},
"autoload": {
"psr-4": {
"App\\": "src/"
"App\\": "src/",
"KimaiPlugin\\": "var/plugins/"
}
},
"autoload-dev": {