2017 © Pedro Peláez
 

library schemabuilder

Schema builder for building models, migrations, etc from schema

image

subscribo/schemabuilder

Schema builder for building models, migrations, etc from schema

  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 4 Versions
  • 0 % Grown

The README.md

Schema Builder Package

Schema builder for building models, migrations, etc from schema, (*1)

Installation

  1. Add the following to your project's composer.json:

1.1 Repository containing this package (note: you need to have access to this repository as well as to resources it points to), (*2)

1.2 Dependency under "require" or "require-dev" keys, (*3)

    "subscribo/schemabuilder": "^0.1.0"

1.3 To use with Laravel add, (*4)

    '\\Subscribo\\SchemaBuilder\\SchemaBuilderServiceProvider',

under 'providers' key in app/config/app.php file, (*5)

or, (*6)

if (class_exists('\\Subscribo\\SchemaBuilder\\SchemaBuilderServiceProvider')) {
    App::register('\\Subscribo\\SchemaBuilder\\SchemaBuilderServiceProvider');
}

in app/start/artisan.php for conditional registration, (*7)

Usage

  1. Put your schema.yml into config/schemabuilder directory of your project (or modify respective constant of BuildCommandAbstract). You may also use doc/examples/schema.yml and modify it as needed., (*8)

  2. If needed, put AbstractModel from doc/examples into your project, (*9)

  3. Setup autoload for needed classes and namespaces in your composer.json and run, (*10)

composer dump-autoload
  1. Run from command line
php artisan build

The Versions

03/03 2017

dev-master

9999999-dev

Schema builder for building models, migrations, etc from schema

  Sources   Download

MIT

The Requires

 

by Slavo
by KochAbo GmbH

laravel schema subscribo

03/03 2017

v0.1.2

0.1.2.0

Schema builder for building models, migrations, etc from schema

  Sources   Download

MIT

The Requires

 

by Slavo
by KochAbo GmbH

laravel schema subscribo

26/11 2016

v0.1.1

0.1.1.0

Schema builder for building models, migrations, etc from schema

  Sources   Download

MIT

The Requires

 

by Slavo
by KochAbo GmbH

laravel schema subscribo

26/11 2016

v0.1.0

0.1.0.0

Schema builder for building models, migrations, etc from schema

  Sources   Download

MIT

The Requires

 

by Slavo
by KochAbo GmbH

laravel schema subscribo