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.