Skip to content

Commit

Permalink
Update 00_Getting_Started.md (#348)
Browse files Browse the repository at this point in the history
Add php-intl as a suggested PHP extension for better support of non-english filenames.
  • Loading branch information
hirisov authored Nov 17, 2022
1 parent d5d9d7e commit de47567
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/00_Getting_Started.md
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,8 @@ Daux.io needs the following PHP extensions to work : `php-mbstring` and `php-xml

If you encounter an error similar to `utf8_decode() not found` this means that you're missing the `php-xml` package.

If you use non-english characters in your page names, it is recommended to install the `php-intl` extension as well.

## Support

If you need help using Daux.io, or have found a bug, please create an issue on the <a href="https://github.com/dauxio/daux.io/issues" target="_blank">GitHub repo</a>.

0 comments on commit de47567

Please sign in to comment.