dvelum/dvelum-core
Composer 安装命令:
composer create-project dvelum/dvelum-core
包简介
DVelum 4.x core
README 文档
README
Stable Branch: 3.x
DVelum 4.x Core
New version of DVelum core. Better performance.
Highest level of PHPStan static analysis.
Dependency injections using constructors and DependencyContainer, Lazy initialization.
ORM and ORM-UI support.
Local installation
composer create-project dvelum/dvelum-core
Apache VirtualHost configuration example
<VirtualHost *:80>
ServerName dvelum.local
DocumentRoot /path/to/dvelum/www
<Directory "/path/to/dvelum/www">
Require all granted
AllowOverride All
Options +ExecCGI -Includes -Indexes
</Directory>
</VirtualHost>
Add the local domain to /etc/hosts file
127.0.0.1 dvelum.local
Prepare for production
// remove development extensions
composer install --no dev
// generate class map for better performance
php ./console.php /generateClassMap
统计信息
- 总下载量: 422
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 2
- 点击次数: 0
- 依赖项目数: 1
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2020-02-26