-
Notifications
You must be signed in to change notification settings - Fork 7
HTMLView
Alexander Söderberg edited this page Oct 1, 2017
·
1 revision
This view will only serve HTML files
html
The folder the server will look for files in.
Default: std
Example:
folder: ./public
htmltest:
type: html
filter: htmltest/[file][extension]
options:
folder: ./htmltest
Will look for files in ./htmltest, extension isn't required (will default to html files).
Example of valid requests: /htmltest/index.html
, /htmltest/test
IntellectualServer
Files can be found in .kvantum/config
- Getting Started
- View Patterns
- File Patterns
- server.yml
views.yml- socketFilters.yml
- translations.yml
- SSL
- Getting Started
- Modules
- Hello World
- Plugins
- Events
- Account System
- Authorization
- Application System
- Sessions
- Create a view - OOP based
- Create a view - @Annotation based
- Middleware
- Extending Crush (Templating syntax)
- ViewReturn