2017 © Pedro Peláez
 

library dictionary

A toolkit that generates a database dictionary package for the Laravel and Lumen frameworks.

image

shangjinglong/dictionary

A toolkit that generates a database dictionary package for the Laravel and Lumen frameworks.

  • Friday, September 8, 2017
  • by shangjinglong
  • Repository
  • 1 Watchers
  • 1 Stars
  • 24 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 4 % Grown

The README.md

Dictionary

The Dictionary package is meant to provide you, the developer, with a set of tools to help you easily and quickly generate your database dictionay. Of course First make sure you want the database connection to be successful and add a comment for each field of each table., (*1)

, (*2)

html format

, (*3)

word format

, (*4)

excel format

, (*5)

Requirements

To install this package you will need:, (*6)

  • Laravel 5.1+ or Lumen 5.1+
  • PHP 5.5.9+

Installation

You must then modify your composer.json file and run composer update to include the latest version of the package in your project., (*7)

"require": {
    "shangjinglong/dictionary": "dev-master"
}

Or you can run the composer require command from your terminal., (*8)

composer require shangjinglong/dictionary:dev-master

Laravel

Open config/app.php and register the required service provider above your application providers., (*9)

'providers' => [
    Shangjinglong\Dictionary\DictionaryServiceProvider::class
]

Usage

    namespace App\Http\Controllers;
    use Shangjinglong\Dictionary\Dictionary;

    class DictionaryController extends Controller
    {
        public  static function generate(){
            $dictionary = new Dictionary();
            $html = $dictionary->generate();
            return $html;
        }
    }

Support

Please use Github for reporting bugs, and making comments or suggestions., (*10)

License

The MIT License (MIT). Please see License File for more information., (*11)

The Versions

08/09 2017

dev-master

9999999-dev

A toolkit that generates a database dictionary package for the Laravel and Lumen frameworks.

  Sources   Download

MIT

The Requires

  • php ^5.5.9 || ^7.1 || ^7.0

 

by Avatar shangjinglong

database laravel lumen mysql

08/09 2017

v0.1.1

0.1.1.0

A toolkit that generates a database dictionary package for the Laravel and Lumen frameworks.

  Sources   Download

MIT

The Requires

  • php ^5.5.9 || ^7.1 || ^7.0

 

by Avatar shangjinglong

database laravel lumen mysql

08/09 2017

v0.1.0

0.1.0.0

A toolkit that generates a database dictionary package for the Laravel and Lumen frameworks.

  Sources   Download

MIT

The Requires

  • php ^5.5.9 || ^7.1 || ^7.0

 

by Avatar shangjinglong

database laravel lumen mysql