samsonphp/bootstrap
最新稳定版本:1.1.2
Composer 安装命令:
composer require samsonphp/bootstrap
包简介
Application bootstrap for SamsonPHP
README 文档
README
#SamsonPHP Bootstrap
#Installation First of all you must get Composer working on your system.
For automatic installation of SamsonPHP application and all of its dependencies use:
php composer.phar create-project --prefer-dist SamsonPHP/bootstrap [your_path]
If you have installed composer globally you should use:
composer create-project --prefer-dist SamsonPHP/bootstrap [your_path]
#What next?
- You should change this readme.md to describe future project purposes
- Create database and configure connection to it via
/app/config/ActiveRecordConfig.php(How to configure module) - Open your project in browser to check if everything is fine.
- Write your project code and have fun!
To learn more about using SamsonPHP visit official documentation
Developed by SamsonOS
统计信息
- 总下载量: 73
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: Unknown
- 更新时间: 2015-05-26