laravel-apidoc-generator
laravel-apidoc-generator copied to clipboard
The index.blade.php file generated do not parse markdown
I'd run php artisan apidoc:generate and php artisan apidoc:rebuild. Both command yields same result. The index.blade.php file is generated but the content are in markdown wrapped by a paragraph tag.
try
php artisan config:clear
php artisan cache:clear