LaravelPackages.net
Acme Inc.
Toggle sidebar
carmi/cjunit-laravel

Package description here.

7
0
1.0
About carmi/cjunit-laravel

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

Last updated

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 -> 注册

Star History Chart