2017 © Pedro Peláez
 

library sqlmodel

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

image

geeksdevelop/sqlmodel

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

  • Saturday, May 13, 2017
  • by wmaster732
  • Repository
  • 1 Watchers
  • 0 Stars
  • 66 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

Laravel SQL Models

Installation

  composer require 

Service Provider

Add the package to your application service providers in config/app.php file., (*1)

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

The Versions

13/05 2017

dev-master

9999999-dev

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

  Sources   Download

MIT

by Miguel Lobo