antistupid/hasty-skeleton

Hasty PHP 框架的骨架代码

v0.1 2016-01-07 18:53 UTC

This package is not auto-updated.

Last update: 2024-09-24 20:28:13 UTC


README

Hasty 是一个 PHP 框架,内置了 FastRoute、Doctrine 和 Twig 等。

开始使用

$ composer create-project -s dev antistupid/Hasty-Skeleton <APPNAME>
$ cd <APPNAME>
$ CONFIG=config.php:development php -S 0:8080 -t public/

访问 https://:8080/ 并按照说明进行操作。

待办事项

此代码目前为草稿版本。以下是待办事项列表。

  • 全局日志记录
  • 会话驱动程序
  • 配置
  • 添加更多...