Skip to content

geomorillo/prestomvc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PrestoMVC

Is a new lightweight framework, made for people who is starting on the world of MVC patterns and wants to create new applications.

supported php version > 5.6, 7, 8

Databases supports many drivers (mysql, sqlite, PostgreSQL, mssql, sybase, Oracle Call Interface -oci-)

Features

  • Lightweight Framework
  • Easy to install
  • Easy to use
  • Easy to extend
  • Events system
  • Templates for each view
  • Many and useful helpers
  • Easy to manage
  • Secure and fast
  • For newbies
  • And much more

Getting Started

Well, you did cloned the framework but, you need to set some parameters.

  1. Create a virtualhost (apache, nginx, etc)
  2. Go to /app/config/config.php and set up your configurations
  3. Go to /app/config/database_config.php and set up your connection to your database and his respective table.
  4. Finally set up your routes on the file:/app/Routes.php
  5. Ready to go
Sorry no composer, batteries included.