This tool is intended to be used with granted permission I am not responsible for how you use or abuses this tool.
- sh build.sh (this will fetch and build all the require libs)
- run "mysql tictactoe < schema.sql" granted you have mysql permissions.
- modify bootstrap/config.php to meet your database settings.
- setup your vhost
v1.0
- PHP 7.1+
- MYSQL (or mariaDB)
- HTTP webserver (apache is what I use)
- Nmap
- Star & Frok it!
- Create your feature branch:
git checkout -b <branch_name>
- Commit your changes:
git commit -am 'some message'
- Push to the branch:
git push origin <branch_name>
- Submit a pull request.
- Review and submit comments on Pull Request.