roxblnfk/slim4-app
Composer 安装命令:
composer create-project roxblnfk/slim4-app
包简介
README 文档
README
- Core: Slim 4 (beta)
- HTTP: Slim-PSR7
- Container: PHP-DI
- DB: Cycle (ORM and Migrations) [docs]
- Rendering: Twig / Plates / pug-php
- Front: UIkit
- Debug: Kint
Install
PHP 7.3 required
composer create-project --prefer-dist roxblnfk/slim4-app my-app composer update
Configure
Configure your database in /config/database.yaml [Doc]
Migrations
Migrations config file: /config/migrations.yaml
- Generate migration file from diff between Entities and DB structures:
bin/run migrate:generate
- Run migrations:
bin/run migrate:up
TODO
- Routes
- Cache
- Tests
- CS
统计信息
- 总下载量: 7
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: Unknown
- 更新时间: 2019-07-16