vitaliyviznyuk/laravel-phpdoc-generator

Automatic PHPDoc generator for Laravel.


Keywords
generator, phpdoc, autocomplete, laravel
License
MIT

Documentation

laravel-phpdoc-generator

Automatic PHPDoc generator for Laravel.

Installation

Install this package using Composer:

composer require --dev vitaliyviznyuk/laravel-phpdoc-generator

Usage

Automatic PHPDoc generation for models

php artisan phpdoc:models

By default, models scanned in app and app/models folders.

If models located in other directory, use the --path option:

php artisan phpdoc:models --path="path/to/models"