Site Builder Studio

SITEBUILDERSTUDIO

Developers Blog

Resources, tips, and solutions we hope other devs will find when needed.

Expose serves local webhook endpoints for dev/testing

Make your local project webhook endpoints respond like a production endpoint with ‘tunneling’. Similar to Ngrok, you can use expose.dev aka SharedWithExpose on you dev machine. Once installed just go to your sites main directory in the command line ( of course this must be running in a server environment ) , then simply use […]

April 9, 2023

Using XDebug with PHPStrorm

Debugging with var_dump ( or dd in laravel ) can get us what we need to know most of the time, however it means we need to edit the files ( which can cause unneeded version updates in VCS repositories ) and is often like chasing a worm through the soil, it just gets a […]

December 1, 2022

Integrating Stripe to Taxjar

I found the developer experience to be a bit cumbersome, so want to write a summary in case it might help someone. We won’t cover any code because that’s already in docs. This is not a typical tutorial. This is more of a birds eye view of what to do. This overview is for custom […]

May 30, 2022