LaravelPackages.net
Acme Inc.
Toggle sidebar
yfl/yunit-laravel

A Simplified version of the laravel framework unit test

3
0
2.0.1
About yfl/yunit-laravel

yfl/yunit-laravel is a Laravel package for a simplified version of the laravel framework unit test. It currently has 0 GitHub stars and 3 downloads on Packagist (latest version 2.0.1). Install it with composer require yfl/yunit-laravel. Discover more Laravel packages by yfl or browse all Laravel packages to compare alternatives.

Last updated

yfl/yunit-laravel

这里是对于框架的介绍

对于框架的 要求

Laravel >= 5.1 & PHP > 7.1.3

安装的方式

composer require yfl/yunit-laravel

配置方式

5.5手动配置laravel对于Yfl\YunitLaravel\Providers\YunitServiceProvider::class服务放到config/app.php中

解释路由

<?php
Route::get('/', 'YunitController@index');
Route::post('/', 'YunitController@store')->name('yunit.store');
?>

git -> 注册一个GitHub账号

License

Star History Chart