承接 cubex/project 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

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

cubex/project

Composer 安装命令:

composer require cubex/project

包简介

README 文档

README

Setup your Apache Virtual Host Config INCLUDING "SetEnv CUBEX_ENV development" replacing development with your chosen environment. Cubex will automatically load {CUBEX_ENV}.ini from your conf directory and merge on top of defaults.ini

<VirtualHost *:80>
  SetEnv CUBEX_ENV development

  DocumentRoot "project_path/public"
  ServerName cubex.local
  ServerAlias www.cubex.local
  ErrorLog "logs/cubex-error.log"
  CustomLog "logs/cubex-access.log" common

  RewriteEngine on
  RewriteRule ^(.*)$        /index.php?__path__=$1  [B,L,QSA]
</VirtualHost>

Recommended PHP Modules

  • XCache 3 (APC & XCache are currently unstable with some PHP 5.4 features)

If you are unable to create a VHost, you can create a .htaccess file with the following information

SETENV CUBEX_ENV development

RewriteEngine on
RewriteBase /
RewriteRule ^(.*)$        index.php?__path__=$1   [L,QSA]

统计信息

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

GitHub 信息

  • Stars: 1
  • Watchers: 6
  • Forks: 1
  • 开发语言: PHP

其他信息

  • 授权协议: BSD-3-Clause
  • 更新时间: 2013-02-05