shriker/lumen-mithril
Composer 安装命令:
composer create-project shriker/lumen-mithril
包简介
A quick start project template with Lumen and Mithril.
README 文档
README
A quick start project template with Lumen and Mithril.
Requirements
- PHP ^7.2.5, OpenSSL PHP Extension, PDO PHP Extension, Mbstring PHP Extension
- SSH (command-line) access to run Composer
- Node
Official Documentation
-
Documentation for the Lumen framework can be found on the Lumen website.
-
Documention for Mithril JavaScript framework may be found on the Mithril website.
Installing
git clone https://github.com/shriker/lumen-mithril your-project
cd your-project
composer install
npm install
Local PHP Server
Running the PHP backend
php -S localhost:8000 -t public
Watching the frontend with Webpack
npm run start
Production Build
npm run build
License
This open-sourced software is licensed under the MIT license.
统计信息
- 总下载量: 2
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2019-10-01