Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

zahidnazirkhan's avatar

Documentation

Hello Everybody,

I am trying to prepare some sort of documentation for my laravel project classes & methods. Also I am having some javascript code.

Kindly guide me in this as to how can I prepare the same documentation.

0 likes
1 reply
Nash's avatar

phpDocumentor can generate documentation from your PHP source code. Another popular tool is Doxygen that supports multiple languages.

If you want to create documentation for your application (similar to the Laravel docs), there's a neat package called LaRecipe.

1 like

Please or to participate in this conversation.