znframework/shared-extension
Composer 安装命令:
composer create-project znframework/shared-extension
包简介
ZN Framework Shared Extension
README 文档
README
ZN Framework Shared Extension
Allows you to create a shared working directory. For this use, this directory must be shown in DocumentRoot as the working directory.
Installation
You only need to run the following code for the installation.
composer create-project znframework/shared-extension public
Configuration
For configuration, edit the .conf file as follows.
<VirtualHost *:80>
ServerAdmin webmaster@localhost
DocumentRoot /var/www/html/public
<Directory /var/www/html/public>
Options Indexes FollowSymLinks MultiViews
AllowOverride All
Require all granted
</Directory>
ErrorLog ${APACHE_LOG_DIR}/error.log
CustomLog ${APACHE_LOG_DIR}/access.log combined
</VirtualHost>
统计信息
- 总下载量: 7
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2021-02-27