- Open config/database.php file and replace database credentials with yours
- Start install.php file (Example: http://yoursite.com/install.php)
- Site configurations are placed in config/app.php file. You can change lenght of X and Y coordinates, define maximum number of misses etc.
- Routes are placed in routes folder file by file: game, gamers etc
- Javascript is written in assets/js/custom.js
- There is config function which is written in functions.php file
- Composer works, can add packages. But there was no need.
- For adding new route-view: create a folder or file inside routes folder. The the url will be, for example: /?route=folderName/fileName.php
- Database sql file is in database folder