jlourenco/support
Composer 安装命令:
composer require jlourenco/support
包简介
Package to support every jlourenco package. This adds some helper functions which do not require any other jlourenco package.
README 文档
README
This package is the support for every jlourenco package. It does not depend on any other jlourenco package and it adds a few helper functions.
Install
Via Composer
$ composer require jlourenco/support $ php artisan jlourenco:setup
Usage
Schema::create('TestingTable', function (Blueprint $table) { $table->increments('id'); $table->string('name', 25); $table->string('description', 150)->nullable(); $table->timestamps(); $table->creation(); }); Schema::table('TestingTable', function (Blueprint $table) { $table->creationRelation(); });
Change log
Please see CHANGELOG for more information what has changed recently.
Contributing
Please see CONTRIBUTING and CONDUCT for details.
Security
If you discover any security related issues, please email jglourenco.pt@gmail.com instead of using the issue tracker.
Credits
License
The MIT License (MIT). Please see License File for more information.
统计信息
- 总下载量: 43
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 1
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2016-01-19