laravel-apidoc-generator icon indicating copy to clipboard operation
laravel-apidoc-generator copied to clipboard

The index.blade.php file generated do not parse markdown

Open afiqhamzah opened this issue 4 years ago • 1 comments

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.

afiqhamzah avatar Jun 20 '20 04:06 afiqhamzah

try

php artisan config:clear
php artisan cache:clear

senter-logistics avatar Jul 17 '20 20:07 senter-logistics