Skip to content
This repository was archived by the owner on Apr 20, 2026. It is now read-only.

Latest commit

 

History

History
26 lines (18 loc) · 608 Bytes

File metadata and controls

26 lines (18 loc) · 608 Bytes

WEB BROWSER CHALLENGE

Requirements

  • PHP
  • MYSQL
  • Composer

Getting started

  • Run "composer install" to install dependencies
  • Make an .env file following the .env.example file
  • Run php softia migrate

Available commands

  • php softia clear

This will clear your history (cookies, tabs and requests)

  • php softia run

This will open the cli interface. Everything else is self-explanatory

Lastly

You can run the browser unit testing using

  • ./vendor/bin/phpunit *