index
:
mystic-forum.git
feature/file-based-routing
main
A simple forum software written in PHP. See it in action at https://forum.mystic.jkohl.link/
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
composer.json
blob: 93c4e2f88e970871760260b84050b0d416d80f7f (
plain
)
1
2
3
4
5
6
7
{
"autoload"
:
{
"psr-4"
:
{
"mystic\\forum\\"
:
"application/mystic/forum/"
}
}
}