geeksdevelop/sqlmodel

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

Installs: 72

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/geeksdevelop/sqlmodel

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

This package is not auto-updated.

Last update: 2025-09-28 06:26:49 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\
],