Download the PHP package lixiyong/lunit-laravel without Composer
On this page you can find all versions of the php package lixiyong/lunit-laravel. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download lixiyong/lunit-laravel
More information about lixiyong/lunit-laravel
Files in lixiyong/lunit-laravel
Download lixiyong/lunit-laravel
More information about lixiyong/lunit-laravel
Files in lixiyong/lunit-laravel
Vendor lixiyong
Package lunit-laravel
Short Description A simplified version of the laravel framework unit test
License MIT
Package lunit-laravel
Short Description A simplified version of the laravel framework unit test
License MIT
Please rate this library. Is it a good library?
Informations about the package lunit-laravel
lixiyong-ljunit-laravel
方便与laravel框架中对于某一个类的方法调试;类似于单元测试
框架要求
Laravel >= 5.1
安装
composer require "lixiyong/lunit-laravel"
配置 Laravel 应用
在 config/app.php
注册 ServiceProvider 和 Facade (Laravel 5.5 无需手动注册)
'providers' => [ Lixiyong\LunitLaravel\LunitServiceProvide::class, ]
然后在浏览器中直接访问路由
Route::get('/', 'LunitController@index'); Route::post('/', 'LunitController@store')->name('lunit.store');
All versions of lunit-laravel with dependencies
PHP Build Version
Package Version
No informations.
The package lixiyong/lunit-laravel contains the following files
Loading the files please wait ....