geeksdevelop/sqlmodel

Package to generate the models using the structure of the database tables

dev-master 2017-05-13 14:49 UTC

This package is not auto-updated.

Last update: 2024-09-29 01:48:12 UTC


README

Installation

  composer require 

Service Provider

Add the package to your application service providers in config/app.php file.

'providers' => [
    /*
     * Package Service Providers...
     */
    Geeksdevelop\
],