oleglfed / laravel-data-model
Generates data model document for laravel eloquent
v0.2
2017-09-15 11:55 UTC
Requires
- php: >=5.5.0
This package is not auto-updated.
Last update: 2024-11-02 16:14:12 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.