I'm a freelance developer that works with Laravel. Occasionally I write about Laravel & SaaS.
Sometimes the findOrFail() (or any other default) method is not enough and you need to have a method that applies to multiple models at the same time. This article describes how to achieve this. ?
Learn moreWhen it comes to blocking bots to your website posting malicious content, ReCaptcha from Google is an awesome solution. In this tutorial i’ll cover how to easily integrate Google ReCaptcha validation in your Laravel Application.
Learn moreIn my opinion, real-time apps are the future. Socket servers usually were not that easy to setup, but Laravel Echo Server changes this. In this article, I’ll briefly show you how to quickly whip up a working socket server and broadcast events over the server.
Learn more