2017 © Pedro Peláez
 

library laravel-data-model

Generates data model document for laravel eloquent

image

oleglfed/laravel-data-model

Generates data model document for laravel eloquent

  • Friday, September 15, 2017
  • by olego
  • Repository
  • 1 Watchers
  • 0 Stars
  • 105 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

Laravel Data Model Documentation Generator

php artisan make:doc --path=app/Domains, (*1)

Installation:

Require this package with composer using the following command:, (*2)

$ composer require oleglfed/data-model

Go to your config/app.php and add the service provider:, (*3)

\oleglfed\DataModel\LaravelDataModelsServiceProvider::class, (*4)

License

The Laravel Eloquent Data Model Generator is free software licensed under the MIT license., (*5)

The Versions

15/09 2017

dev-master

9999999-dev https://github.com/oleglfed/data-model

Generates data model document for laravel eloquent

  Sources   Download

MIT

The Requires

  • php >=5.5.0

 

by Oleg Fedoliak

15/09 2017

v0.2

0.2.0.0 https://github.com/oleglfed/data-model

Generates data model document for laravel eloquent

  Sources   Download

MIT

The Requires

  • php >=5.5.0

 

by Oleg Fedoliak

15/09 2017

v0.1

0.1.0.0 https://github.com/oleglfed/data-model

Generates data model document for laravel eloquent

  Sources   Download

MIT

The Requires

  • php >=5.5.0

 

by Oleg Fedoliak