Hatthi Connect

Hatthi Connect allows developers to improve their developing experience.
Every Hatthi generated project adds the Hatthi Connector package in the dev requirements section of composer.json.
This package connects your local machine to Hatthi's server via a secured WebSockets connection, allowing one to one communication.
Open the terminal and go to the root directory of a downloaded Hatthi project.

cd project/path/here

In case you haven't already installed the project dependencies, type

composer install

All is set up now. Typing

php artisan hatthi:connect

will open the project in your browser.

Now you may also synchronize Hatthi's generated code and your local development environment in seconds.
After clicking the Sync button (), Hatthi's generated code will be downloaded and updated in your local environment.