suitmedia/suitcoda
最新稳定版本:1.0.0-beta0
Composer 安装命令:
composer create-project suitmedia/suitcoda
包简介
An automated tool, which you to measure your website's quality.
关键字:
README 文档
README
Installation
- Clone this repository (
git clone git@github.com:suitmedia/suitcoda.git) - Run
composer installin the root project to install all dependencies including develeopment requirement. - Run
php artisan migratein the root project to migrate suitcoda database. - Run
php artisan db:seedin the root project to add seeder to database. - Create username and password with command
php artisan user:new-superuser [username] [name] [email] [password]
How to create project
- Login with url
/login - Click 'Create New Project'.
- Input project name and url, then submit.
How to create inspection
- Run command
php artisan queue:listen --timeout=0to run queue in local. - Click in the project you want to inspect.
- Click tab 'Activity', then click button 'New Inspection'.
- Check scope you want to inspect, then click button 'Inspect'.
- Check result in database.
How to run worker
Coming soon
统计信息
- 总下载量: 0
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 2
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2015-08-05