Lepton Framework is set up properly!

Congratulations!

This website is running a default installation of the Lepton framework for PHP. The source code included herein shows how to use Lepton in order to create a web site.

This view is contained in ./views/index.php and rendered as requested by the IndexController located in ./controllers/index.php. To get started in building your new website, start by editing the view, and then move on to the controller.

Page 1
This is page 1
Page 2
This is page 2
Page 3
This is page 3

Folders and Files

The following folders are used by this installation:

  • application contains code and classes used by your site.
  • assets contains public content related to your site, such as images and stylesheets.
  • controllers contains the controllers that handle requests.
  • docs contains some documentation and readme files.
  • extensions contains extensions to Lepton. You can download extensions from the Lepton website.
  • lepton contains the actual Lepton code. Don't edit anything in this folder unless you know what you're doing
  • models contains data models used by your site.
  • suppport contains support files and scripts to maintain this installation and to set up databases etcetera.
  • views contains your views, i.e. html templates used to render pages.