https://github.com/phplucidframe/phplucidframe-docs
PHPLucidFrame Documentation
https://github.com/phplucidframe/phplucidframe-docs
documentation mysql php php-framework phplucidframe readthedocs
Last synced: about 2 months ago
JSON representation
PHPLucidFrame Documentation
- Host: GitHub
- URL: https://github.com/phplucidframe/phplucidframe-docs
- Owner: phplucidframe
- Created: 2017-02-14T02:30:14.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2025-12-23T04:35:04.000Z (6 months ago)
- Last Synced: 2025-12-24T19:34:59.444Z (6 months ago)
- Topics: documentation, mysql, php, php-framework, phplucidframe, readthedocs
- Language: Python
- Homepage: http://phplucidframe.rtfd.org
- Size: 923 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
PHPLucidFrame Documentation
=====================
This is the official documentation for the [PHPLucidFrame](http://www.phplucidframe.com) project
## Installation Requirement for Contribution
Install [Python](https://www.python.org/downloads/).
Install [Sphinx](http://www.sphinx-doc.org) with:
pip install -U Sphinx
Install Sphinx rtd theme with:
pip install sphinx_rtd_theme
And then try `sphinx-build --version`. If it doesn't work, add `sphinx-build.exe` path to the environment variables.
Generate HTML from **rst** files with:
make html
The generated HTML pages are in `_build\html`