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
3232- [ ** Uso Nativo** ] ( technical/authentication/usage_native.md ) - JWT, Basic, Bearer prontos para usar
3333- [ ** Autenticação Customizada** ] ( technical/authentication/usage_custom.md ) - Implemente seu próprio sistema
3434
35- ### ⚠️ Tratamento de Erros
35+ ### ⚠️ Tratamento de Erros e Debug
3636- [ ** Sistema de Erros** ] ( technical/exceptions/ErrorHandling.md ) - Como o framework trata erros
3737- [ ** 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
3839
3940### 🧩 Extensibilidade
4041- [ ** 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
7980### 🚀 Intermediário
80811 . [ API com Middlewares] ( implementations/usage_with_middleware.md )
81822 . [ 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 )
8385
8486### 🔥 Avançado
85871 . [ Middleware Customizado] ( implementations/usage_with_custom_middleware.md )
You can’t perform that action at this time.
0 commit comments