vertexvaar/bluesprints
Composer 安装命令:
composer create-project vertexvaar/bluesprints
包简介
BlueSprints is a small experimental PHP Project which evolved to a framework
README 文档
README
Quickstart & Documentation ;)
The "create-project" way (more quick, provides an example app):
composer create-project vertexvaar/bluedist=dev-master
cd bluedist/
php -S localhost:8080 -t app/public/
The "require" way (uses BlueSprints only as library, no example app):
mkdir bluesprints
cd bluesprints
composer require 'vertexvaar/bluesprints:dev-master' 'vertexvaar/bluewelcome:dev-master'
[ENTER] #(when asked if you want to copy folders)
php -S localhost:8000 -t resources/public/
open http://localhost:8000 in your favorite browser
Problems?
You might find some help in the documentation (especially if you get exceptions). If you did not find what you were searching for you can open a question issue on GitHub.
TODO
- Let Parsedown link to the correct manual page on GitHub (exception help pages)
统计信息
- 总下载量: 4
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 8
- 推荐数: 0
其他信息
- 授权协议: GPL-3.0
- 更新时间: 2024-02-12