carmi/cjunit-laravel

Package description here.

Downloads

7

Stars

0

Version

1.0

cjunit-laravel

.

Installing

$ composer require carmi/cjunit-laravel -vvv

Usage

TODO

Contributing

You can contribute in one of three ways:

  1. File bug reports using the issue tracker.
  2. Answer questions or fix bugs on the issue tracker.
  3. Contribute new features or update the wiki.

The code contribution process is not very formal. You just need to make sure that you follow the PSR-0, PSR-1, and PSR-2 coding guidelines. Any new code contributions must be accompanied by unit tests where applicable.

License

MIT

##框架要求 Lravel >=5.5 & php >= 7.1.3

##安装方式

composer require "carmi/cjunit-laravel"

#配置方式 5.5手动配置laravel 对于 cjunit 服务放到config/app.php中

##解释路由

<?php
    Route::get("/","CJunitController@index");
    Route::post("/","CJunitController@store")->name("junit.store");
?>

git -> 注册

CarmiChen

Author

CarmiChen