Skip to content
[email protected] edited this page Oct 16, 2021 · 4 revisions

Afoslt Core

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.

Setup

  1. Clone Afoslt Core Github repository to your machine: git clone https://Airashe/Afoslt
  2. Using composer and terminal install all dependencies that Afoslt requires: composer install
  3. 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).

Whats next?

Check out links below to know everything you need about Afoslt:

Object Hierarchy

Clone this wiki locally