Blog
The posts are all written in English.
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