2017 © Pedro Peláez
 

package gen

db

image

arch/gen

db

  • Monday, August 21, 2017
  • by metallurgical
  • Repository
  • 1 Watchers
  • 0 Stars
  • 7 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % 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

21/08 2017

dev-master

9999999-dev

db

  Sources   Download

by Emi

21/08 2017

0.0.1

0.0.1.0

db

  Sources   Download

by Emi