knuckleswtf / scribe

Generate API documentation for humans from your Laravel codebase.✍
https://scribe.knuckles.wtf/laravel/
MIT License
1.59k stars 281 forks source link

Fix path traversal on Laravel 10 #686

Closed rezasys2 closed 1 year ago

rezasys2 commented 1 year ago

I had an issue with generating documentation on Laravel 10, please check https://github.com/knuckleswtf/scribe/issues/683

I solved it by using the public_path() method in the writer.php