2017 © Pedro Peláez
 

library dbtolaravel

Reads a database and creates the migrations, models, controllers and blades for the tables

image

pkeidel/dbtolaravel

Reads a database and creates the migrations, models, controllers and blades for the tables

  • Wednesday, July 4, 2018
  • by PKeidel
  • Repository
  • 1 Watchers
  • 1 Stars
  • 97 Installations
  • HTML
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 16 Versions
  • 15 % Grown

The README.md

README

Build Status, (*1)

With this package it is possible to auto-generate a lot of needed files if you already have an existing database schema. Files that can be generated: * migration * model * views to view a single model, edit a single model and list all models * controller * route * seeder with existing data, (*2)

Install

composer require pkeidel/dbtolaravel

DB2Laravel is only active if APP_DEBUG=true or DBTOLARAVEL_ENABLED=true, (*3)

usage

  • visit yoururl/dbtolaravel, for example http://127.0.0.1/dbtolaravel
  • you can select a configured database connection
  • in the table you can create all files of view a diff to compare the file to an existing one

Filter Tables

Register a filter in your AppServiceProvider.php:, (*4)

DBtoLaravelHelper::$FILTER = function($table) {
    return strpos($table, 'eyewitness_io_') !== 0 && strpos($table, 'oauth_') !== 0;
};

Override type mapping

DBtoLaravelHelper::$MAPPINGS = ['enum' => 'string', 'bytea' => 'binary', 'macaddr' => 'string'];

The Versions

04/07 2018

dev-master

9999999-dev

Reads a database and creates the migrations, models, controllers and blades for the tables

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar PKeidel

laravel5 dbtolaravel db2laravel

04/07 2018

v1.0.3

1.0.3.0

Reads a database and creates the migrations, models, controllers and blades for the tables

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar PKeidel

laravel5 dbtolaravel db2laravel

27/05 2018

v1.0.2

1.0.2.0

Reads a database and creates the migrations, models, controllers and blades for the tables

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar PKeidel

laravel5 dbtolaravel db2laravel

27/05 2018

v1.0.1

1.0.1.0

Reads a database and creates the migrations, models, controllers and blades for the tables

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar PKeidel

laravel5 dbtolaravel db2laravel

23/05 2018

v1.0.0

1.0.0.0

Reads a database and creates the migrations, models, controllers and blades for the tables

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar PKeidel

laravel5 dbtolaravel db2laravel

12/11 2017

v0.1.10

0.1.10.0

Reads a database and creates the migrations, models, controllers and blades for the tables

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar PKeidel

laravel5 dbtolaravel db2laravel

29/10 2017

v0.1.9

0.1.9.0

Reads a database and creates the migrations, models, controllers and blades for the tables

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar PKeidel

laravel5 dbtolaravel db2laravel

22/10 2017

v0.1.8

0.1.8.0

Reads a database and creates the migrations, models, controllers and blades for the tables

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar PKeidel

laravel5 dbtolaravel db2laravel

15/09 2017

v0.1.7

0.1.7.0

Reads a database and creates the migrations, models, controllers and blades for the tables

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar PKeidel

laravel5 dbtolaravel db2laravel

10/09 2017

v0.1.6

0.1.6.0

Reads a database and creates the migrations, models, controllers and blades for the tables

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar PKeidel

laravel5 dbtolaravel db2laravel

09/09 2017

v0.1.5

0.1.5.0

Reads a database and creates the migrations, models, controllers and blades for the tables

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar PKeidel

laravel5 dbtolaravel db2laravel

08/09 2017

v0.1.4

0.1.4.0

Reads a database and creates the migrations, models, controllers and blades for the tables

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar PKeidel

laravel5 dbtolaravel db2laravel

07/09 2017

v0.1.3

0.1.3.0

Reads a database and creates the migrations, models, controllers and blades for the tables

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar PKeidel

laravel5 dbtolaravel db2laravel

07/09 2017

v0.1.2

0.1.2.0

Reads a database and creates the migrations, models, controllers and blades for the tables

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar PKeidel

laravel5 dbtolaravel db2laravel

07/09 2017

v0.1.1

0.1.1.0

Reads a database and creates the migrations, models, controllers and blades for the tables

  Sources   Download

MIT

The Requires

 

by Avatar PKeidel

laravel5 dbtolaravel db2laravel

07/09 2017

v0.1.0

0.1.0.0

Reads a database and creates the migrations, models, controllers and blades for the tables

  Sources   Download

MIT

The Requires

 

by Avatar PKeidel

laravel5 dbtolaravel db2laravel