Blog


March 23, 2023

Sending Mails with Laravel and Microsoft Office 365 the secure way

In the ever-changing digital landscape, securing sensitive information has become paramount. Email communication, one of the most widely used methods of data exchange, requires a robust and secure approach to ensure the privacy and integrity of its contents. Laravel, a popular choice for web application development, demands best practices for sending emails securely. This is where Microsoft Office 365 and the Microsoft Graph API come into play.

Read

June 30, 2022

How to Migrate a Laravel Inertia Vue App to Vite

On Tuesday, the 27th of June 2022, Laravel 9.19.0 with Vite support was released. Learn how to migrate a Laravel Inertia Vue app to Laravel Vite.

Read

March 11, 2022

How to improve privacy with Laravel file encryption

If you want to store or process sensible user data. It might make sense to encrypt the files on your storage system to improve user privacy. I am going to prove that regarding a simple use case without using any external packages. You can do that easily with Laravel on board tools.

Read

January 16, 2022

How to Change Laravel's HTTP Client default behaviour

When using Laravel packages which are relying on Laravel's HTTP Client you sometimes want to change the behaviour how the package is interacting with external Services. One of the ways to do that is using the powerful dependency injection feature brought by the Laravel service container.

Read