skoro/hack-project 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

skoro/hack-project

Composer 安装命令:

composer create-project skoro/hack-project

包简介

Hack lang project boilerplate

README 文档

README

This is Hack project boilerplate based on steps from the official documentation.

Getting started

Make sure Docker is installed on your development environment, this is the most preferable way to get started with Hack language.

Build the application image:

docker-compose build --no-cache

Install dependencies:

docker-compose up -d
docker-compose exec hhvm composer install

Check that the application is working:

curl http://localhost/

VSCode

Install Hack extension, open the extension settings and configure the following parameters:

  • Remote mode: docker
  • Container name: YOUR_PROJECT
  • Workspace path: /var/www

统计信息

  • 总下载量: 3
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 1
  • 点击次数: 3
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 1
  • Watchers: 1
  • Forks: 0
  • 开发语言: Dockerfile

其他信息

  • 授权协议: MIT
  • 更新时间: 2022-08-13