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.
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.
Please or to participate in this conversation.