DarkaOnLine / L5-Swagger

OpenApi or Swagger integration to Laravel
https://github.com/DarkaOnLine/L5-Swagger
MIT License
2.64k stars 394 forks source link

Fetch error response status is 404 https://xxx.yyy.zzz/docs/api-docs.json #469

Closed charlie-nguyen-goldenowl-zz closed 1 month ago

charlie-nguyen-goldenowl-zz commented 2 years ago

Steps To Reproduce:

php artisan l5-swagger:generate
php artisan route:cache
ceresaconsultoria commented 2 years ago

I am receved same error

after execute php artisan l5-swagger:generate return Regenerating docs default but not generate files

in page

Errors Hide

Fetch error Not Found http://XXXXXXXXX:8000/docs/api-docs.json

360hexor commented 2 years ago

I'm getting exactly the same

ceresaconsultoria commented 2 years ago

Hi

The problem is memory_limit, I increased the limit and generated the documentation.

increase in php.ini memory_limit to 1G