suitmedia/suitcoda
An automated tool, which you to measure your website's quality.
| Install | |
|---|---|
composer require suitmedia/suitcoda |
|
| Latest Version: | 1.0.0-beta0 |
| PHP: | >=5.5.9 |
| License: | MIT |
| Last Updated: | May 18, 2016 |
| Links: | GitHub · Packagist |
Maintainer: richan-fongdasen
suitcoda
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
