Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 505 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 505 Bytes

Introduction

A very simple & lightweight raw PHP framework that focuses mainly the developers, who want to speed up their development process. It is developed with MVC structure and does not use any external packages.

Requirements

Installation

  • Clone the repository,
  • Run this command in the project directory: composer dump-autoload
  • Change your configuration in app/config.php file

Enjoy!