wheat/unit-laravel
Composer 安装命令:
composer require wheat/unit-laravel
包简介
A simplified version of the laravel framework unit test
README 文档
README
A simplified version of the laravel framework unit test.
Installing
Laravel >= 5.1
$ composer require wheat/unit-laravel -vvv
Usage
在 config/app.php 注册 ServiceProvider 和 Facade (Laravel 5.5 无需手动注册)
Contributing
'providers' => [ Wheat\UnitLaravel\UnitServiceProvide::class, ] Route::get('/', 'UnitController@index'); Route::post('/', 'UnitController@store')->name('unit.store');
License
MIT
统计信息
- 总下载量: 6
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2019-09-19