switchviews / switch
访问PHP函数的简单接口
dev-master
2020-06-18 20:16 UTC
Requires
- php: >=7.3
- php-di/php-di: ^6.1
Requires (Dev)
- nunomaduro/collision: ^5.0
- pestphp/pest: ^0.1.5
- phpunit/phpunit: ^9.0
This package is auto-updated.
Last update: 2024-09-29 05:55:42 UTC
README
访问PHP函数的简单接口
⚡跟踪项目进度
⚡PestPHP教程
⚡在创建PR时遵守规则
✳在您提交的工作类型前加上分支名称
使用 结构: 为项目构建框架。
git commit -m "Structure: added Scss support"
使用 UI: 为项目构建用户界面。
git commit -m "UI: Created Header Section"
使用 文档: 为项目添加文档。
git commit -m "Docs: added docs for Arr::merge()"
使用 功能: 为项目添加新功能。
git commit -m "Feature: added Array::merge() method"
使用 修复: 为项目添加错误修复。
git commit -m "Fix: added fix to Array::merge()"