Afoslt Core is an open source MVC framework (kinda) acting as a core for websites or Rest API.
This documentation should help you to understand how structure of this piece of shit framework and how it is works.
- Clone Afoslt Core Github repository to your machine:
git clone https://Airashe/Afoslt
- Using composer and terminal install all dependencies that Afoslt requires:
composer install
- Run unit tests to check that everything is fine.
Now you are ready to use Afoslt Core.
Important: This code is not useful and barely can do something. It will be better if you'll use something better(anything is better than this).
Check out documentation for more information.