Generates data model document for laravel eloquent
oleglfed/laravel-data-model is a Laravel package for generates data model document for laravel eloquent.
It currently has 0 GitHub stars and 115 downloads on Packagist (latest version v0.2).
Install it with composer require oleglfed/laravel-data-model.
Discover more Laravel packages by oleglfed
or browse all Laravel packages to compare alternatives.
Last updated
php artisan make:doc --path=app/Domains
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
The Laravel Eloquent Data Model Generator is free software licensed under the MIT license.