jasechen/lara-tdbquery

this is a traditional db query.

Installs: 8

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/jasechen/lara-tdbquery

0.1.0 2018-04-24 15:46 UTC

This package is not auto-updated.

Last update: 2025-10-26 10:57:54 UTC


README

This Laravel package to query DATA from database with old way.

# Installation

  1. use composer install this package.

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

     $ joe config/app.php
    
     # add
     #
     'providers' => [
         ...
         Jasechen\Tdbquery\TdbqueryServiceProvider::class,
         ...
     ],
    
  3. reload and update packages.

     $ composer dump-autoload
    

# Licence

MIT LICENSE