Documentation Tools Discussed - Mumtahina-Mim/Job-Portal-Website GitHub Wiki

Documentation Tool: La Recipe

Installation process:

☝️ Install️the️package️via️composer. composer️require️binarytorch/larecipe ✌️ Run️the️install️command. php️artisan️larecipe:install Visit️your️app️domain️with /docs endpoint.️That's️it. See full documentation

Source Code Documentation Example:

Source Code:

// Execution result

php artisan larecipe:install Publishing assets and congigurations.. Copied Directory [\vendor\binarytorch\larecipe\publishable\assets] To [\public\vendor\binarytorch\larecipe\assets] Copied File [\vendor\binarytorch\larecipe\publishable\config
larecipe.php] To [\config\larecipe.php] Publishing complete. Setup initial documentations structure under /resources/docs.. Reading all docs versions, found: 1.0 ---------------- Version 1.0 ---------------- Docs folder created for v1.0 under /resources/docs/1.0 index.md created under /resources/docs/1.0 overview.md created under /resources/docs/1.0 --------------- /Version 1.0 ---------------- Done. Dumping the autoloaded files and reloading all new files.. LaRecipe successfully installed! Enjoy Visit /docs in your browser

Features

LaRecipe automatically leverages Markdown to HTML parser out of the box. You can manage Typography, Images, Tables, Coding and many more using Markdown. No need to write down the complete HTML. Lots more features available such as Vue Components, Authorization, Artisan Command & Keyboard Shortcuts.