jlourenco / support
支持所有jlourenco包的包。此包添加了一些不需要其他jlourenco包的帮助函数。
v0.1.5
2016-05-03 08:02 UTC
Requires
- php: >=5.4.0
- google/recaptcha: ^1.1
- illuminate/support: ~5.1
- laravel/framework: 5.2.*
- laravelcollective/html: ^5.2
- pusher/pusher-php-server: ^2.2
Requires (Dev)
- barryvdh/laravel-ide-helper: ^2.1
- jeroen-g/laravel-packager: ^1.3
- phpunit/phpunit: 4.*
- scrutinizer/ocular: ~1.1
- squizlabs/php_codesniffer: ~2.3
README
此包是所有jlourenco包的支持包。它不依赖于任何其他jlourenco包,并添加了一些帮助函数。
安装
通过Composer
$ composer require jlourenco/support $ php artisan jlourenco:setup
使用方法
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(); });
变更日志
请参阅变更日志以获取更多信息。
贡献
安全
如果您发现任何与安全相关的问题,请通过jglourenco.pt@gmail.com发送电子邮件,而不是使用问题跟踪器。
鸣谢
许可
MIT许可(MIT)。请参阅许可文件以获取更多信息。