LaravelPackages.net
Acme Inc.
Toggle sidebar
lxy/lxyjunit-laravel

Package description here.

4
0
1.0
About lxy/lxyjunit-laravel

lxy/lxyjunit-laravel is a Laravel package for package description here.. It currently has 0 GitHub stars and 4 downloads on Packagist (latest version 1.0). Install it with composer require lxy/lxyjunit-laravel. Discover more Laravel packages by lxy or browse all Laravel packages to compare alternatives.

Last updated

lxy/lxyjunit-laravel

这是学习php扩展开发

对于框架的要求

Laravel >= 5.1 && php >= 7.1.3

安装的方式

composer require "lxy/lxyjunit-laravel"

配置方式

laravel5.5以下需要手动配置config/app.php

\Lxy\LxyjunitLaravel\Providers\LxyjunitServiceProvider::class

#解释路由

Route::get('/', 'LxyjunitController@index');
Route::post('/', 'LxyjunitController@store')->name('junit.store');

// 测试路由
Route::get('test', 'TestController@index');

Star History Chart