articles by tag

#backend

cover image

Vue3-Toastify in a Laravel/Inertia/Vue project

April 4th, 2023 by Philip Iezzi 7 min read

Need a full-featured toast notification component for your next Vue.js project? Don't look any further: Vue3-Toastify beats it all!

Previously I have tried Vue Toastification («Light, easy and beautiful toasts») and Mosha Vue Toastify («A light weight and fun Vue 3 toast or notification or snack bar») but they are both kind of outdated and abandoned projects with latest releases dating back to prehistoric 2021. Let me show you how to integrate great looking and easy to use toast notifications into your VILT stack!

cover image

Log emails as *.eml in Laravel Mailer

December 3rd, 2021 by Philip Iezzi 4 min read

How to log full email messages into *.eml files on filesystem in your Laravel project? We would like to log full message bodies for all messages, no matter if they are sent out directly using Laravel's Mail facade or as Mail Notifications. That can actually be implemented in a super easy way, but it was so hard to find any good documentation or tutorial about this.