The TCP server allows you to transfer control over the generation to the program, all you need to do is start the local server of your project ./vendor/bin/wood-serve
after which you need to connect to it by clicking on the red button in the top menu.
To customize the server for yourself, specify the host or port, you can do this in the settings in the General
tab
After connecting to the server, you will have a hammer icon that runs two kinds of command sequences.
The Rebuild
sequence runs two commands php artisan wood:run
→
composer dump-autoload
The sequence Rebuild and fresh db
starts a chain of sequential commands php artisan wood:run
→
php artisan migrate:fresh --seed
→
composer dump-autoload
You can customize your sequence in the settings in the General
tab