jasechen/lara-tdbquery

this is a traditional db query.

0.1.0 2018-04-24 15:46 UTC

This package is not auto-updated.

Last update: 2024-05-12 03:43:43 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