The Visio starter app provides a simple and quick way to build websites in minutes, not hours. Visio is a fork PHPageBuilder customized especially to work seamlessly with CodefyPHP.
To get started quickly, a ready to use theme (public/themes/bootstrap-business) is included when you create a new
project with this starter app template.
- PHP 8.4+
To create a new project, run the following command:
composer create-project codefyphp/visio my-app-nameIf you use CodefyPHP or you are interested in supporting the continued development of my opensource projects, please consider sponsoring me via Github.
CodefyPHP could always be better! If you are interested in contributing enhancements or bug fixes, here are a few rules to follow in order to ease code reviews, and discussions before I accept and merge your work.
- You MUST follow the QubusPHP Coding Standards.
- You MUST write (or update) unit tests.
- You SHOULD write documentation.
- Please, write commit messages that make sense, and rebase your branch before submitting your Pull Request.
- Please squash your commits too.
This is used to "clean" your Pull Request before merging it (I don't want commits such as
fix tests,fix 2,fix 3, etc.).
If you discover a vulnerability in the code, please email joshua@joshuaparker.dev.
CodefyPHP is opensource software licensed under the MIT License.