wheat / unit-laravel
A simplified version of the laravel framework unit test
Installs: 6
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
pkg:composer/wheat/unit-laravel
Requires
- php: ^7.1.3
This package is auto-updated.
Last update: 2025-12-22 21:38:03 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