fixes to support composer / packagist
This commit is contained in:
11
README.md
11
README.md
@ -1,12 +1,17 @@
|
||||
# Houdini
|
||||
Houdini is a php templating engine designed in conjunction with [The Tempus Project](https://thetempusproject.com). Honestly, I do not know how to explain it other than to show you.
|
||||
|
||||
Houdini is a php templating engine designed in conjunction with [The Tempus Project](https://thetempusproject.com). This package allows you to store output as variables and plug it in to templates and formatted html either for direct display or cache assets to be rendered together as a completed page.
|
||||
|
||||
This functionality applies to several commonly utilized page components such as navigation, forms, pagination, interface and more.
|
||||
|
||||
## Installation
|
||||
You can install houdini either using composer or its included autoload functionality
|
||||
|
||||
You can install houdini either using composer or its included autoload functionality in the bin folder.
|
||||
|
||||
## Usage
|
||||
|
||||
### Components
|
||||
### Email
|
||||
### Filters
|
||||
### Forms
|
||||
### Issues
|
||||
@ -14,5 +19,5 @@ You can install houdini either using composer or its included autoload functiona
|
||||
### Pagination
|
||||
### Views
|
||||
|
||||
## Settings
|
||||
## Constants / Settings
|
||||
|
||||
|
Reference in New Issue
Block a user