You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
According to the documentarian documentation for language tabs, I should be able to do something like this in my index.md file:
language_tabs:
- shell: cURL
- php
- php: SDK
However, when running, php artisan apidoc:generate, I get:
In helpers.php line 564:
htmlspecialchars() expects parameter 1 to be string, array given (View: /home/project/vendor/mpociot/documentarian/resources/views/index.blade.php)
According to the documentarian documentation for language tabs, I should be able to do something like this in my index.md file:
However, when running,
php artisan apidoc:generate
, I get:Here is the reference back to my original issue for laravel-apidoc-generator: mpociot/laravel-apidoc-generator#459 (comment)
The text was updated successfully, but these errors were encountered: