thevajko/vf-sandbox

This package is abandoned and no longer maintained. No replacement package was suggested.

Vajko framework example web application

dev-master 2023-02-01 07:24 UTC

This package is not auto-updated.

Last update: 2023-02-18 10:04:39 UTC


README

#DEPRECATED

Vajko framework example application

This is example application which demonstate application of Vajko framework.

This famework is used to demostrate web applicaiton based on MVC architecture. It is designed as educational resource, therefore whole solution is very simple and minimaslistic. Framework is using own class loading, router and templates. Whole application pars are written in PHP and fullty traceable. More information can be found in wiki

Installing

! Currently still under development and testing ! You need to install is as dev

composer create-project -s dev thevajko/vf-sandbox my-super-project

There are several ways to install sandbox application. First and recommended solution is to use Composer with follow command:

composer create-project thevajko/vf-sandbox my-super-project

If you want to install it to current folder just run this:

composer create-project thevajko/vf-sandbox .

Another way is to use Git.