Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 463 Bytes

File metadata and controls

21 lines (16 loc) · 463 Bytes

Précis

Introduction

Précis is a custom php framework created to undestand how other php frameworks like Laravel, Symphony etc works under the hood. This framework contains features such as

  • Custom Routing
  • Composer
  • Controllers
  • Views and Layouts
  • Models
  • Migrations
  • Validations
  • Simple Active Records
  • Middlewares
  • Events etc

Note: This framework is a fun project and is not intended for production use

Installation

Documentation