2017 © Pedro Peláez
 

package laragendb

Get Database structure to generate Code and relationship

image

fathur/laragendb

Get Database structure to generate Code and relationship

  • Saturday, September 9, 2017
  • by integrasolid
  • Repository
  • 1 Watchers
  • 0 Stars
  • 25 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 4 Versions
  • 4 % Grown

The README.md

laragendb

Introduction

  1. This Laravel 5 package will get all of your database tables and columns information in order to generate proper database relationship and migration, (*1)

  2. This package DOES NOT GET YOUR DATABASE DATA!, (*2)

  3. You can see the database structure information that was transmitted at, (*3)

http://yourdomain.com/dbstructure

How to install

  1. At terminal, run this command :
composer require fathur/laragendb
  1. Open Laravel config/app.php, add this line at the providers array
'providers' => [
        ...
         Fathur\Laragendb\LaragenDBServiceProvider::class,
    ],
  1. Test the packages by visiting. You should see the list of table and table column that will be used by Laragen to generate your code
http://yourdomain.com/dbstructure
  1. If the package not yet auto loaded, in your terminal, run
composer dump-autoload

The Versions

09/09 2017

dev-master

9999999-dev

Get Database structure to generate Code and relationship

  Sources   Download

by Fathur Rahman

laravel api generator scaffold

20/08 2017

v1.0.2

1.0.2.0

Get Database structure to generate Code and relationship

  Sources   Download

by Fathur Rahman

laravel api generator scaffold

19/08 2017

v1.0.1

1.0.1.0

Get Database structure to generate Code and relationship

  Sources   Download

by Fathur Rahman

18/08 2017

v1.0.0

1.0.0.0

Get Database structure to generate Code and relationship

  Sources   Download

by Fathur Rahman