wilsenhc / daleel

PHP documentation generator

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Daleel

Daleel

PHP documentation generator

Latest Version Total Downloads Software License

Documentation

Documentation for Daleel can be found on the website.

Quick start

  • Install through composer
composer require kalimahapps/daleel
  • Create daleel.php in your working directory and add the following code to it:
<?php
use KalimahApps\Daleel\Config;

$config = Config::getInstance();
$config->defineConfig([
	// Configuration array
]);

The minimum requirement for the configuration is to define the versions key.

Check the configuration section for more details.

  • Build documentation
./vendor/bin/daleel build

Documentation will be generated in the build directory.

  • View documentation
./vendor/bin/daleel serve

License

Daleel is open-sourced software licensed under the MIT license.

About

PHP documentation generator

License:MIT License


Languages

Language:PHP 72.7%Language:Blade 21.8%Language:JavaScript 2.8%Language:CSS 2.7%