oleglfed / laravel-data-model
Generates data model document for laravel eloquent
Installs: 115
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/oleglfed/laravel-data-model
Requires
- php: >=5.5.0
This package is not auto-updated.
Last update: 2025-10-18 20:52:37 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.