Download the PHP package zhuzhichao/laravel-db-dict without Composer

On this page you can find all versions of the php package zhuzhichao/laravel-db-dict. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package laravel-db-dict

Laravel 5 DB Dict

Version: 0.1.7

数据字典 for laravel。

团队中经常要沟通表和字段, 免不了写文档, 但是文档永远不够及时和准确, 这样就会给团队带来很多的不必要但是也不可避免的麻烦。

虽然有一部分在线的数据字典(但是很少很少的选择),还是需要大家在更新数据库之后手动更新。

所以这个 Laravel 扩展应运而生! 能够做到实时的、自动的、准确的、优雅的数据字典。

目前进度

  1. 控制器、模型、迁移文件、命令行工具
  2. 将项目的数据表和字段信息同步到字典
  3. 字典的路由和列表页面
  4. 正常的显示所有表和字段
  5. 表和字段的描述更新
  6. 列表页面布局优化
  7. 页面添加同步字段按钮

Todos

  1. 提供显示删除的字段和表
  2. 提供英文版本和多语言支持
  3. 表分类显示

Demo

laravel-db-dict-demo

Installation

安装

composer require zhuzhichao/laravel-db-dict

配置

add follow line into config/app.php>providers>array

php artisan vendor:publish

php artisan migrate

同步数据字典

php artisan db:dict-sync

Usage

open Chrome and tap http://yourhost/laravel-db-dict


All versions of laravel-db-dict with dependencies

PHP Build Version
Package Version
Requires php Version ^5.5.9 || ^7.0
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package zhuzhichao/laravel-db-dict contains the following files

Loading the files please wait ....