My default Laravel project setup cover image

December 21, 2019

My default Laravel project setup

As a developer I have found myself typing in the same commands, requiring the same packages and setting the same configurations over and over again to make a fresh Laravel application my own. Today I'll show my favorite stack, explain why I use this...

Read

May 6, 2019

Hashing API Tokens for improved security

As of Laravel 5.8 you can easily hash the api tokens of users when using the token driver. Today I will explain why you should hash your api token and how to implement it in Laravel When you have...

Read