Blog

The posts are all written in English.

Invoicing with Addrow
A couple of days ago I’ve made Addrow publicly available. Addrow is an app to make invoicing simple and even a little fun again. It has been a quiet launch for now, as I’m still tweaking some...
Read more
Using ngrok with Laravel
If you like to temporarily expose your local development environment, you can do this with ngrok. If you use Laravel Valet for development, you already have ngrok...
Read more
Introducing Easy Liveblogs
I’m very happy to announce that today, I published the Easy Liveblogs plugin on wordpress.org. It’s a free WordPress plugin that provides your WordPress site with the ability to turn any post into a liveblog. Liveblogs are a...
Read more
Making WordPress passwords work in Laravel
When you are exporting WordPress users to a Laravel Application, you’ll notice that the hashed password from WordPress will not authenticate in Laravel. Now instead of your users having to reset the password, you can follow the...
Read more
Localization with Framework7 and Vue
While creating an app with Framework7, I wanted to be able to localize strings to support other languages. I found the Vue I18n package, and it is actually quite easy to apply to a Framework7 Vue project. Below you’ll find the...
Read more
Using policies in Lumen
Recently I’ve been using Lumen, basically a micro version of Laravel, to set up a REST API. I have been using the jwt-auth package from tymondesigns to be able to facilitate token based authentication. In Laravel there is a...
Read more