Latest Updates

Documenting code, one commit at a time.

Adding Full-Text Search to Your Portfolio with PostgreSQL

Implementing full-text search can significantly enhance the user experience of your portfolio or blog. This post details how to add PostgreSQL-powered full-text search to a Laravel application, focusing on accent-insensitive prefix searching across multiple fields.

The Problem: Basic Search Limitations

Simple LIKE queries in SQL often fall short when dealing with complex search

Read more

Enhancements to AI Settings and Post Generation Access Control

Overview

This update focuses on refining access control for AI settings and improving the Post Generator navigation within the application. Key changes include restricting access to AI configuration settings to superadmin users only and reordering the Post Generator in the navigation menu for improved user experience.

AI Settings Access Control

To enhance security and prevent

Read more
PHP Security

Dependency Updates: Enhancing Platform Security and Stability

Introduction

Regularly updating dependencies is crucial for maintaining the security and stability of our platform. Recent efforts have focused on upgrading key packages to address potential vulnerabilities and improve overall performance.

Key Updates

This update includes the following significant dependency upgrades:

  • nikic/php-parser: Updated from v5.6.2 to v5.7.0.
Read more