Download the PHP package laravox/documentor without Composer
On this page you can find all versions of the php package laravox/documentor. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download laravox/documentor
More information about laravox/documentor
Files in laravox/documentor
Download laravox/documentor
More information about laravox/documentor
Files in laravox/documentor
Vendor laravox
Package documentor
Short Description Easy way to document your laravel projects!
License MIT
Package documentor
Short Description Easy way to document your laravel projects!
License MIT
Please rate this library. Is it a good library?
Informations about the package documentor
😍 Laravox Documentor
Steps to install
- You need to install phive (https://github.com/phar-io/phive)
- phive install --force-accept-unsigned phpDocumentor
- install the package:
composer require laravox/documentor - add the next attribute in your app/Console/Kernel.php file:
protected $commands = [ \Laravox\Documentor\Console\Commands\DocumentorBuildCommand::class, ];
How to use it?
php artisan documentor:build {source?} {destiny?}
The {source?} variable allows you to specify the folder which will be documented
The {destiny?} variable allows you to specify the folder where the documentation will be stored.
Both variables are optional.
The default value for {source} is the app/ folder.
The default value for {destiny} is the docs/ folder.
Any issue or suggestion is welcomedto improve this repository.
All versions of documentor with dependencies
PHP Build Version
Package Version
No informations.
The package laravox/documentor contains the following files
Loading the files please wait ...