Hello there!
Welcome to LIT Framework, the simple MVC framework for building web applications in PHP & MySQL.
Prerequisites
Getting Started
- Get the quick-start project by cloning the https://github.com/atgrau/lit-quick-start repository.
- Run
$ composer updateto install project dependencies.- Configure your web server to have the public folder as the web root.
- Open App/Configuration folder and define your own configuration data (Settings, routes, database connection and bundles).
- Create and implement your own controllers, views and models.
Considerations
- You can install desired server-side packages by executing:
$ composer require {package-name}.- You can update all your project dependencies by executing
$ composer update.- When you create a new class or namespace remember to execute
$ composer dump-autoloadto refresh autoload classes paths.- Feel free to check our documentation.
Changelog
You can check the framework changelog by doing click here.
LIT Framework