Download the PHP package zedisdog/laravel-schema-extend without Composer
On this page you can find all versions of the php package zedisdog/laravel-schema-extend. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download zedisdog/laravel-schema-extend
More information about zedisdog/laravel-schema-extend
Files in zedisdog/laravel-schema-extend
Download zedisdog/laravel-schema-extend
More information about zedisdog/laravel-schema-extend
Files in zedisdog/laravel-schema-extend
Vendor zedisdog
Package laravel-schema-extend
Short Description supplement for eloquent migration
License WTFPL
Package laravel-schema-extend
Short Description supplement for eloquent migration
License WTFPL
Please rate this library. Is it a good library?
Informations about the package laravel-schema-extend
laravel-schema-extend
- support MySQL 'table comment'.
- 'column comment' is built-in in greater than 5.1 version.
- support variable length for integer/tinyint/mediumint/smallint/bigint
just extend the original class
Install
Require this package with composer using the following command:
less than 5.5
modify the alias Schema
in config/app.php
:
great than 5.5
just modify use
statement from
to
in migrate files.
Usage
Thanks
PS.
sorry for my bad english
All versions of laravel-schema-extend with dependencies
PHP Build Version
Package Version
The package zedisdog/laravel-schema-extend contains the following files
Loading the files please wait ....