Download the PHP package suitmedia/suitcoda without Composer
On this page you can find all versions of the php package suitmedia/suitcoda. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download suitmedia/suitcoda
More information about suitmedia/suitcoda
Files in suitmedia/suitcoda
Download suitmedia/suitcoda
More information about suitmedia/suitcoda
Files in suitmedia/suitcoda
Vendor suitmedia
Package suitcoda
Short Description An automated tool, which you to measure your website's quality.
License MIT
Package suitcoda
Short Description An automated tool, which you to measure your website's quality.
License MIT
Keywords applicationlaravel
Please rate this library. Is it a good library?
Informations about the package suitcoda
suitcoda
Installation
- Clone this repository (
git clone git@github.com:suitmedia/suitcoda.git
) - Run
composer install
in the root project to install all dependencies including develeopment requirement. - Run
php artisan migrate
in the root project to migrate suitcoda database. - Run
php artisan db:seed
in 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=0
to 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
All versions of suitcoda with dependencies
PHP Build Version
Package Version
The package suitmedia/suitcoda contains the following files
Loading the files please wait ....