Posts
The posts are all written in English.
20 December 2020
2020 year in review
Most posts on this website are quite technical in nature. This post will be a little different, no code snippets this time. This will be...
6 August 2020
How to make WordPress-like custom fields for Laravel models
Have you ever run into a situation where you want to be able to dynamically store data along with your Laravel Model, without having to...
7 July 2020
Handling media in Laravel with Laravel Simple Media
About two weeks ago, I published an open-source Laravel package on Github called
5 April 2020
Using Browsershot for PDF generation
Yesterday I was trying to tweak the invoice design for Addrow, a SaaS application I made with
26 January 2020
How to validate object ownership in Laravel
There are several ways in which you can determine if a user owns an object in your Laravel application. This post will give you a couple...
9 December 2019
A simple way of implementing user bookmarks in Laravel
For a recent project, I needed a way for users to bookmark posts. Other then posts, I imagine the application to have other objects in...
30 July 2019
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...
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...