2017-12-16 08:54:09 +01:00
# Misuzu
2017-12-16 23:43:48 +01:00
[](https://styleci.io/repos/114177358)
[](https://www.codefactor.io/repository/github/flashwave/misuzu)
2017-12-16 23:57:33 +01:00
[](https://github.com/flashwave/misuzu/blob/master/LICENSE)
2017-12-16 08:54:09 +01:00
2017-12-16 23:43:48 +01:00
## Requirements
2017-12-16 08:54:09 +01:00
- PHP 7.2
2018-05-23 03:41:57 +02:00
- MySQL 8.0
2017-12-16 08:54:09 +01:00
- [Composer ](https://getcomposer.org/ )
- [node.js ](https://nodejs.org/ ) (for the typescript and less compilers)
- [Yarn ](https://yarnpkg.com/ )
2018-05-23 03:41:57 +02:00
2019-03-03 16:11:34 +01:00
## Additional Configuration
Make sure to set the GLOBAL MySQL variable `log_bin_trust_function_creators` to `ON` so the migration script can create stored procedures. I can't automate this because said variable is not changeable at a session scope and only root can touch global variables.