oleglfed/laravel-data-model

Generates data model document for laravel eloquent

v0.2 2017-09-15 11:55 UTC

This package is not auto-updated.

Last update: 2024-04-20 13:29:30 UTC


README

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.