ifcanduela/pew-app
Composer 安装命令:
composer require ifcanduela/pew-app
包简介
Pew-Pew-Pew starter application
README 文档
README
A PHP 7 framework for simple websites.
The repository hosts the base app to start a Pew project. The core framework can be found at ifcanduela/pew.
Kickstart
You need PHP 7.0 with the mbstring extension enabled and Composer.
$ composer create-project ifcanduela/pew-app my-project-name
$ cd my-project-name
$ php serve
Documentation
Check the online documentation for more.
Migrations
Install Phinx using composer require robmorgan/phinx. A default setup and a
migration to create an SQLite database with a users table are included.
Assets
To compile assets, install the NPM dependencies with npm install and run one of the npm scripts:
npm run watchto compile as you go.npm run devto compile a development version of the assets, including source maps.npm run prodto get a production, minified version of the assets.
The default setup uses Webpack to compile LessCSS and Javascript (with support for VueJS single-file components).
License
MIT.
统计信息
- 总下载量: 43
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: Unknown
- 更新时间: 2018-08-23