samsonos/cms_app_navigation
Composer 安装命令:
composer require samsonos/cms_app_navigation
包简介
SamsonCMS navigation application
关键字:
README 文档
README
SamsonPHP - Modular Event-based PHP framework
##Using SamsonPHP in your project
To use SamsonPHP framework in your project you must add its dependency in your composer.json:
"minimum-stability":"dev",
"require": {
"samsonos/php_core": "*"
},
After doing composer install or composer update composer autoloader must be included
into your init script(by default index.php): require [PATH_TO_VENDOR_DIR]/autoload.php.
Following this line, all SamsonPHP classes and functions would be available.
We should use
"minimum-stability":"dev"composer directive as we still cannot get final release version of core module and other commonly used modules, but we promise to do it near future
For further information read Official SamsonPHP Wiki
Developed by SamsonOS
统计信息
- 总下载量: 2.71k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 2
- 点击次数: 1
- 依赖项目数: 1
- 推荐数: 0
其他信息
- 授权协议: Open
- 更新时间: 2014-10-26