Download the PHP package shaonian820/shaonian-junit-laravel without Composer
On this page you can find all versions of the php package shaonian820/shaonian-junit-laravel. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download shaonian820/shaonian-junit-laravel
More information about shaonian820/shaonian-junit-laravel
Files in shaonian820/shaonian-junit-laravel
Download shaonian820/shaonian-junit-laravel
More information about shaonian820/shaonian-junit-laravel
Files in shaonian820/shaonian-junit-laravel
Vendor shaonian820
Package shaonian-junit-laravel
Short Description Package description here.
License MIT
Package shaonian-junit-laravel
Short Description Package description here.
License MIT
Please rate this library. Is it a good library?
Informations about the package shaonian-junit-laravel
shaonian-junit-laravel
对于框架的要求:
laravel >= 5.8 & php >= 7.2
安装方法
composer require "shaonian820/shaonian-junit-laravel"
路由解释:
//访问此组件首页
注:需要前缀sjunit
Route::get("/index","SjunitController@index");
//调用测试 post 提交
Route::post("/","SjunitController@store")->name('junit.store');
//测试控制器url
Route::get("/test","TestController@index");All versions of shaonian-junit-laravel with dependencies
PHP Build Version
Package Version
Requires
php Version
^7.2
The package shaonian820/shaonian-junit-laravel contains the following files
Loading the files please wait ...