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 a 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 didn't already install the project dependencies, type
composer install
All should be set up now, typing
php artisan hatthi:connect
should open the settings page of 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.