Posts
The posts are all written in English.
10 May 2019
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...
10 May 2019
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,...
10 May 2019
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...