2017 © Pedro Peláez
 

library dbhelper

Suggestions for database improvements

image

votemike/dbhelper

Suggestions for database improvements

  • Wednesday, April 13, 2016
  • by votemike
  • Repository
  • 1 Watchers
  • 2 Stars
  • 13 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 4 Versions
  • 0 % Grown

The README.md

DB Helper

Add this package to your Laravel installation and visit /dbhelper in your browser to see suggested table schema changes. It can show you columns that are too big, but also columns that are coming up to their limit.
FOR LOCAL USE ONLY. DO NOT USE THIS IN PRODUCTION. There is no protection on the root, so people would be able to spy on your database structure.
This package does not support signed integers yet. Please use GitHub to raise any issues and suggest any improvements., (*1)

Install

Via Composer, (*2)

bash $ composer require votemike/dbhelper --dev, (*3)

Then add Votemike\Dbhelper\DbhelperServiceProvider::class to your 'providers' array in config/app.php, (*4)

Usage

Visit /dbhelper in your browser to see a list of suggested improvements, (*5)

Future Improvements

  • Refactor
  • Split Numeric and Textual Column types
  • Suggest missing indexes/foreign keys

Credits

License

The MIT License (MIT). Please see License File for more information., (*6)

The Versions

13/04 2016

dev-master

9999999-dev https://github.com/votemike/dbhelper

Suggestions for database improvements

  Sources   Download

MIT

The Requires

 

The Development Requires

database laravel db helper

13/04 2016

1.0.1

1.0.1.0 https://github.com/votemike/dbhelper

Suggestions for database improvements

  Sources   Download

MIT

The Requires

 

The Development Requires

database laravel db helper

10/10 2015

1.0.0

1.0.0.0 https://github.com/votemike/dbhelper

Suggestions for database improvements

  Sources   Download

MIT

The Requires

 

The Development Requires

database laravel db helper

10/10 2015

0.0.1

0.0.1.0 https://github.com/votemike/dbhelper

Suggestions for database improvements

  Sources   Download

MIT

The Requires

 

The Development Requires

database laravel db helper