wheat / unit-laravel
A simplified version of the laravel framework unit test
1.0
2019-09-19 03:04 UTC
Requires
- php: ^7.1.3
This package is auto-updated.
Last update: 2025-04-22 19:56:00 UTC
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