Nelson Martell

Results 37 issues of Nelson Martell

I have in my route: ```php # routes/api.php $server ->resource('users', JsonApiController::class) ->relationships(function (Relationships $relations) { $relations->hasMany('user-organizations'); }); ``` ```php # UserSchema.php public function fields(): array { return [ // ......

**Details:** - CI name: Ionic Appflow - Website: https://ionic.io/docs/appflow - Default env variables: https://ionic.io/docs/appflow/automation/environments#predefined-environments **Environment variables** Environment variables example ``` // Add a list of actual environment variables available to...

**Scopes** - [x] Installation - [x] Documentation - [x] Template (twig, xml) - [x] PHP sources - [ ] Output HTML - [x] Output Markdown - [ ] Appearance -...

enhancement
phpdoc 2
phpdoc 3

**Scopes** - [ ] Installation - [ ] Documentation - [x] Template (twig, xml) - [ ] PHP sources - [x] Appearance - [x] Other **Describe the bug** Inline `@see`...

bug

**Scopes** - [ ] Installation - [ ] Documentation - [x] Template (twig, xml) - [ ] PHP sources - [x] Appearance - [ ] Other **Is your feature request...

enhancement
todo

**Scopes** - Output HTML - Output Markdown **Describe the solution you'd like** - [ ] Include a general overview as the main page and move help description to an optional...

enhancement
todo

**Scopes** - Installation - Other **Is your feature request related to a problem? Please describe.** What if I want only to document the API and have not another documentation? Or...

enhancement
vuepress 1.x
phpdoc 3
Epic

**Scopes** - [ ] Installation - [ ] Documentation - [ ] Template (twig, xml) - [ ] PHP sources - [x] Output HTML - [x] Output Markdown - [x]...

enhancement

Hi. I use "\\" to represent an scaped `\` character, but i get this error: ``` [error] 9 | [error] | ^ [error] 12 | {{- text|default(method.name|default(method))|raw -}} [error] 13...