Looking to hire Laravel developers? Try LaraJobs

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

Comments
comments powered by Disqus

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.