OK, at this stage it's just an empty LuminusWeb project...
This commit is contained in:
commit
e455387f96
19 changed files with 547 additions and 0 deletions
21
resources/public/md/docs.md
Normal file
21
resources/public/md/docs.md
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
|
||||
### Managing Your Middleware
|
||||
|
||||
Two middleware functions are provided by default in the `mw-ui.middleware` namespace.
|
||||
|
||||
* `log-request` - logs all requests using the debug level
|
||||
* `template-error-page` - provides friendly formatting for Selmer errors in dev mode
|
||||
|
||||
See the `:middleware` key of the `app` definition located in the `mw-ui.handler` namespace to manage the enabled middleware.
|
||||
|
||||
### Here are some links to get started
|
||||
|
||||
1. [HTML templating](http://www.luminusweb.net/docs/html_templating.md)
|
||||
2. [Accessing the database](http://www.luminusweb.net/docs/database.md)
|
||||
3. [Serving static resources](http://www.luminusweb.net/docs/static_resources.md)
|
||||
4. [Setting response types](http://www.luminusweb.net/docs/responses.md)
|
||||
5. [Defining routes](http://www.luminusweb.net/docs/routes.md)
|
||||
6. [Adding middleware](http://www.luminusweb.net/docs/middleware.md)
|
||||
7. [Sessions and cookies](http://www.luminusweb.net/docs/sessions_cookies.md)
|
||||
8. [Security](http://www.luminusweb.net/docs/security.md)
|
||||
9. [Deploying the application](http://www.luminusweb.net/docs/deployment.md)
|
||||
Loading…
Add table
Add a link
Reference in a new issue