switchviews/switch

访问PHP函数的简单接口

dev-master 2020-06-18 20:16 UTC

README

访问PHP函数的简单接口

⚡跟踪项目进度

🚂 Trello仪表板

⚡PestPHP教程

🚂 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()"