- 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]
- Login with url
/login
- Click 'Create New Project'.
- Input project name and url, then submit.
- 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.
Coming soon