Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 447 Bytes

README.md

File metadata and controls

19 lines (11 loc) · 447 Bytes

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.