Advanced Search
Search Results
4 total results found
Requirements and Installation
Requirements PHP7.4 (with extensions: simplexml, mbstring, gd, dom, mysql) Composer MySQL/MariaDB Database Installation Clone the project to your desired location Go into the directory and call composer install
Project Structure
Directories cache As the name suggests this directory contains all the cache-data saved and used by EvoSC. This directory must not be populated with files by anyone other than EvoSC. There is one exception to that: If you want to tell EvoSC to restart throu...
Workflow
Features and Bugfixes When starting to work on a new feature or bugfix, create a new branch from develop and make your changes. After you're done commit and push your changes to the repository and create a pull-request from your branch to develop. If working...
Events/Hooks
The server communicates with the controller through callbacks/events. Some of the more important events are preprocessed by EvoSC to make them easier to use. All those events called "Hooks" will be listed below. Registering a Hook To bind a method to an EvoS...