Skip to content

Framework for static site development using the Slim micro framework

Notifications You must be signed in to change notification settings

drummerboof/slim-static

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Slim Static

A base slim site for creating static sites.

  • Pages are automatically routed based on the view files in app/views.
  • If debug is set to false in app/config/app.php, a cache file of the view file locations is saved in app/cache. This should be deleted for new pages to be picked up.
  • Support for layouts and partials using the LayoutView.
  • PageManager class allows access to page details from within the view via $this->pages() and $this->page()
  • Hooks for adding custom functionality to pages in the form of routes.path.page (for /path/page)

About

Framework for static site development using the Slim micro framework

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages