First draft for plugins system
This commit is contained in:
@@ -19,6 +19,10 @@
|
||||
"gregwar/captcha": "1.*"
|
||||
},
|
||||
"autoload" : {
|
||||
"classmap" : ["app/"],
|
||||
"psr-4" : {
|
||||
"Plugin\\": "plugins/"
|
||||
},
|
||||
"psr-0" : {
|
||||
"" : "app/"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user