All Posts

Sort by:
Securing HTML Responses: Implementing Security Headers in Laravel

Securing HTML Responses: Implementing Security Headers in Laravel

The SecurityHeaders middleware enhances web application safety by automatically adding essential HTTP headers to HTML responses. It helps prevent attacks like clickjacking, MIME-type sniffing, and referrer data leaks.

Read More
Use a TextInput to input a date in FilamentPHP

Use a TextInput to input a date in FilamentPHP

Replace DatePicker with TextInput in FilamentPHP to enable manual date typing with custom extraInputAttributes, format handling, and validation rules.

Read More
How to Prepare Your Server for a Laravel Production Deployment

How to Prepare Your Server for a Laravel Production Deployment

Learn how to deploy a Laravel project to production using Docker and Nginx. This guide walks you through setting up your hosting environment, configuring PHP, Nginx, and databases such as MySQL, PostgreSQL, or MariaDB, and running your Laravel application inside containers. It’s perfect for developers who want a clean, scalable, and reproducible production setup.

Read More