laravel-data-model maintained by oleglfed
Description
Generates data model document for laravel eloquent
Author
Last update
2017/09/15 13:55
(dev-master)
License
Downloads
115
Laravel Data Model Documentation Generator
php artisan make:doc --path=app/Domains
Installation:
Require this package with composer using the following command:
$ composer require oleglfed/data-model
Go to your config/app.php and add the service provider:
\oleglfed\DataModel\LaravelDataModelsServiceProvider::class
License
The Laravel Eloquent Data Model Generator is free software licensed under the MIT license.