Documentation Tool LaRecipe - WhiteCloud27/Admission-Management-System GitHub Wiki

LaRecipe

LaRecipe is simply a code driven package that provides an easy way to create beautiful documentation with ease for projects or applications in the Laravel app. It comes with custom Artisan install commands which makes the process like a breeze. The entire doc can be configured with simple php code. None of the docs configuration is stored in the database. It allows one to add his own custom assets through custom packages in order to match his needs.

Features

  • LaRecipe automatically leverages Markdown to HTML parser out of the box including to HTML parser out of the box including typography, images, links and others.

  • LaRecipe provides a bunch of amazing looking UI Vue based components due to the fact it compiles the markdown documentation in the back-end to HTML.

  • If one has a very large documentation it’s very handy to have search function available so that the users can find their needs quickly.

  • In addition to providing authentication feature out of the box,LaRecipe also provides a simple way to authorize user access against a given documentation.

  • LaRecipe provides a bunch of amazing looking UI Vue based components powerd by TailwindCSS.

Why Use LaRecipe

Laravel is a free open source PHP web framework which we have selected for our project. The need for documentation arised. So we needed a tool to document our project. And for which we found LaRecipe to be the perfect tool. It is easy to install. It comes with Artisan install commands which makes the process like a breeze. Using we it we can make amazing UI designs with ease. It has many features which enable us to meet our needs with ease. It has saved us many headaches. We found no alternative to it. And thus we picked it for our project and recommend it others as well

Installation

Install via composer:

composer require binarytorch/larecipe

Then, run the install command to publish the needed assets and configurations.

php artisan larecipe:install

Here the documentation of Larecipe: LaRecipe