File tree Expand file tree Collapse file tree 2 files changed +479
-2
lines changed Expand file tree Collapse file tree 2 files changed +479
-2
lines changed Original file line number Diff line number Diff line change @@ -32,9 +32,10 @@ Bem-vindo ao guia completo do PivotPHP! Esta documentação foi criada para ser
32
32
- [ ** Uso Nativo** ] ( technical/authentication/usage_native.md ) - JWT, Basic, Bearer prontos para usar
33
33
- [ ** Autenticação Customizada** ] ( technical/authentication/usage_custom.md ) - Implemente seu próprio sistema
34
34
35
- ### ⚠️ Tratamento de Erros
35
+ ### ⚠️ Tratamento de Erros e Debug
36
36
- [ ** Sistema de Erros** ] ( technical/exceptions/ErrorHandling.md ) - Como o framework trata erros
37
37
- [ ** Exceptions Personalizadas** ] ( technical/exceptions/CustomExceptions.md ) - Crie suas próprias exceções
38
+ - [ ** Modo Debug** ] ( technical/debugging/debug-mode.md ) - Configuração e uso do modo debug
38
39
39
40
### 🧩 Extensibilidade
40
41
- [ ** Providers** ] ( technical/providers/usage.md ) - Injeção de dependências
@@ -79,7 +80,8 @@ Bem-vindo ao guia completo do PivotPHP! Esta documentação foi criada para ser
79
80
### 🚀 Intermediário
80
81
1 . [ API com Middlewares] ( implementations/usage_with_middleware.md )
81
82
2 . [ Autenticação] ( technical/authentication/usage_native.md )
82
- 3 . [ Testando sua API] ( testing/api_testing.md )
83
+ 3 . [ Modo Debug] ( technical/debugging/debug-mode.md )
84
+ 4 . [ Testando sua API] ( testing/api_testing.md )
83
85
84
86
### 🔥 Avançado
85
87
1 . [ Middleware Customizado] ( implementations/usage_with_custom_middleware.md )
You can’t perform that action at this time.
0 commit comments