Package Data | |
---|---|
Maintainer Username: | votemike |
Maintainer Contact: | michael@votemike.co.uk (Michael Gwynne) |
Package Create Date: | 2015-10-10 |
Package Last Update: | 2016-04-13 |
Language: | PHP |
License: | MIT |
Last Refreshed: | 2024-11-23 03:08:54 |
Package Statistics | |
---|---|
Total Downloads: | 24 |
Monthly Downloads: | 2 |
Daily Downloads: | 0 |
Total Stars: | 1 |
Total Watchers: | 2 |
Total Forks: | 0 |
Total Open Issues: | 0 |
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.
Via Composer
$ composer require votemike/dbhelper --dev
Then add Votemike\Dbhelper\DbhelperServiceProvider::class
to your 'providers' array in config/app.php
Visit /dbhelper in your browser to see a list of suggested improvements
The MIT License (MIT). Please see License File for more information.