znframework/shared-edition
Composer 安装命令:
composer create-project znframework/shared-edition
包简介
ZN Framework Shared Edition
关键字:
README 文档
README
It is the version that blends the essence of the ZN Framework, offers a rational and comfortable use and includes a shared working directory.
Installation
You only need to run the following code for the installation.
composer create-project znframework/shared-edition
Directory Structure
The directory structure of this version is shown below, and the usage purpose of the directories is explained one by one.
- app/
- Console/
- Exceptions/
- Http/
- Controllers/
- Views/
- Models/
- bootstrap/
- config/
- database/
- public/
- reources/
- butchery/
- files/
- lang/
- templates/
- uploads/
- routes/
- storage/
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>
统计信息
- 总下载量: 11
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2021-02-28