docs menu

This commit is contained in:
Milos Stojanovic
2019-06-20 15:28:25 +02:00
parent 2f32a2220c
commit a2633e1c9f
15 changed files with 48 additions and 3 deletions

View File

@@ -1,3 +1,7 @@
---
currentMenu: auth
---
## Default Auth service
By default, users are stored in json file. For some use-cases, this is enough. It also makes this app lightweight since no database is required.

View File

@@ -1,3 +1,6 @@
---
currentMenu: basic
---
## Basic
All services are set with reasonable defaults. For regular users there is no need to change anything. The script should work out of the box.

View File

@@ -1,3 +1,6 @@
---
currentMenu: logging
---
## Configuring Logging service
@@ -21,4 +24,4 @@ Default handler will use simple ```/private/logs/app.log``` file to store applic
],
```
There are many different handlers you can add ot top of the stack (monolog_handlers array). Some of them are listed [here](https://github.com/Seldaek/monolog#documentation).
There are many different handlers you can add on top of the stack (monolog_handlers array). Some of them are listed [here](https://github.com/Seldaek/monolog#documentation).

View File

@@ -1,3 +1,6 @@
---
currentMenu: router
---
## Router service

View File

@@ -1,3 +1,7 @@
---
currentMenu: security
---
## Configuring Security service
Simple security service is included in the script by default. This service provides:

View File

@@ -1,3 +1,6 @@
---
currentMenu: sessions
---
## Default Session handler

View File

@@ -1,3 +1,7 @@
---
currentMenu: storage
---
## Adapters
Different storage adapters are provided through the awesome [Flysystem](https://github.com/thephpleague/flysystem) library.