Blog Sharing our knowledge with the world. Here you’ll find solutions to problems we’ve encountered, our experiences of forays into new technologies, productivity tips, and other assorted musings. Blog Jeffrey LiJune 5, 2020 Multiple Account Support With Laravel Cashier Cashier is a great interface into the Stripe PHP API. Simply add your stripe key... Blog Jeffrey LiApril 27, 2020 Gitflow vs Gitlab Flow What is gitflow? In Gitflow, you mainly deal with two branches: develop and master… Blog Jeffrey LiFebruary 6, 2019 Mocking Third Party Libraries A simple way to test components that depend on third party libraries without making any...