5 lines
257 B
Markdown
5 lines
257 B
Markdown
# Development instructions
|
|
|
|
- Do not use `phpunit` There are missing dependencies that make it fail.
|
|
- Use `php -l <file>` to check for syntax errors.
|
|
- Consider The official documentation for writing dokuwiki plugins: https://www.dokuwiki.org/devel:plugins |