PHPackages                             pietmarcus/modeldocgenerator - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. pietmarcus/modeldocgenerator

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

pietmarcus/modeldocgenerator
============================

PHPDoc generator for Eloquent models

0.1.6(9y ago)029MITPHP

Since Sep 12Pushed 9y ago1 watchersCompare

[ Source](https://github.com/pietmarcus/modeldocgenerator)[ Packagist](https://packagist.org/packages/pietmarcus/modeldocgenerator)[ RSS](/packages/pietmarcus-modeldocgenerator/feed)WikiDiscussions master Synced 4w ago

READMEChangelogDependencies (2)Versions (7)Used By (0)

Model Doc Generator
===================

[](#model-doc-generator)

Create phpDocs for Eloquent models straight from the tables in your database. This package was inspired by the [Automatic phpDocs for models](https://github.com/barryvdh/laravel-ide-helper#automatic-phpdocs-for-models) of barryvdh for Laravel projects and uses parts of its code.

Install
-------

[](#install)

Require this package with composer using the following command:

```
composer require --dev pietmarcus/modeldocgenerator

```

Configuration
-------------

[](#configuration)

Create a configuration file for the settings of this package and save it as modeldocgenerator-config.php in the root of your project or in a config directory within the root of your project with the following contents:

```
