jasechen/lara-tdbquery

这是一个传统的数据库查询。

0.1.0 2018-04-24 15:46 UTC

This package is not auto-updated.

Last update: 2024-09-29 05:49:20 UTC


README

这是一个Laravel包,用于以传统方式查询数据库中的数据。

# 安装

  1. 使用 composer 安装此包。

     $ composer require jasechen/lara-tdbquery
    
  2. 编辑 config/app.php

     $ joe config/app.php
    
     # add
     #
     'providers' => [
         ...
         Jasechen\Tdbquery\TdbqueryServiceProvider::class,
         ...
     ],
    
  3. 重新加载并更新包。

     $ composer dump-autoload
    

# 许可证

MIT许可证