knuckleswtf / scribe

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

make directory recursive #829

Closed mikeah2011 closed 3 months ago

mikeah2011 commented 3 months ago

Fixes https://github.com/knuckleswtf/scribe/issues/793

Referring to other creation methods, it was found that a method should be encapsulated for calling.

Additionally, remove the Str class that is not referenced in the Write class.

shalvah commented 3 months ago

Thanks!