yfl/yunit-laravel

A Simplified version of the laravel framework unit test

Maintainers

Package info

github.com/554665488/Yunit-laravel

pkg:composer/yfl/yunit-laravel

Statistics

Installs: 3

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

2.0.1 2019-08-01 03:22 UTC

This package is auto-updated.

Last update: 2026-03-01 00:28:42 UTC


README

这里是对于框架的介绍

对于框架的 要求

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