Hello there!

Welcome to LIT Framework, the simple MVC framework for building web applications in PHP & MySQL.


Prerequisites

Getting Started

  1. Get the quick-start project by cloning the https://github.com/atgrau/lit-quick-start repository.
  2. Run $ composer update to install project dependencies.
  3. Configure your web server to have the public folder as the web root.
  4. Open App/Configuration folder and define your own configuration data (Settings, routes, database connection and bundles).
  5. Create and implement your own controllers, views and models.

Considerations

Changelog

You can check the framework changelog by doing click here.