Using Mix versioning outside Laravel

21st September 2019 10:30 am

Laravel Mix is a really convenient front end scaffold, and not just in the context of a Laravel application. Last year, I added it to a…

Setting private properties in tests

7th September 2019 7:16 pm

Sometimes when writing a test, you come across a situation where you need to set a private field that's not accessible through any existing…