switchviews/switch

simple interface to access PHP functions

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

README

Simple interface to access PHP functions

⚡Track Project Progress

🚂 Trello Dashboard

⚡PestPHP Tutorials

🚂 PestPHP Tutorial

⚡Follow rules while creating a PR

✳Prefix your branch with the type of work that you are committing:

Use Structure: for building a skeleton for the project.

 git commit -m "Structure: added Scss support"

Use UI: for building a UI for the project.

 git commit -m "UI: Created Header Section"

Use Docs: for adding documentation to the project.

 git commit -m "Docs: added docs for Arr::merge()"

Use Feature: for adding new feature to the project.

 git commit -m "Feature: added Array::merge() method"

Use Fix: for adding a bug fix to the project.

 git commit -m "Fix: added fix to Array::merge()"