Browsing Tag
php
83 posts
Fix Insufficient TLS in Laravel: Guide with Free Security Tools
Fixing Insufficient Transport Layer Security (TLS) in Laravel Transport Layer Security (TLS) ensures that data exchanged between a…
10 Tips to Optimize Your Laravel Application Performance
Performance is crucial to providing a seamless user experience when building Laravel applications. In this post, I’ll share…
“PHP is dead⚰️” .. what’s next? Is Laravel worth it? 😎
What is this article about? It’s been 4 years from my last article! Glad to be back! So……
Day 6: Building APIs with Laravel Sanctum
APIs are the backbone of modern applications, enabling seamless communication between different platforms. Laravel Sanctum provides a lightweight…
Securing Laravel Reverb
When building modern applications, Laravel stands out as a popular choice for web development. With its large ecosystem,…
515. Find Largest Value in Each Tree Row
515. Find Largest Value in Each Tree Row Difficulty: Medium Topics: Tree, Depth-First Search, Breadth-First Search, Binary Tree…
How to install PHP 8.3 with OCI8 on Laragon
In this tutorial, we’ll walk through the steps to install and configure the OCI8 extension on Laragon with…
Deploying Multiple PHP Applications Using AWS Elastic Beanstalk with a Standalone ALB
In this updated guide, we’ll deploy multiple PHP applications using AWS Elastic Beanstalk (EB) environments, and configure a…
Beginner’s Guide to PHP Form Handling with Cookies
In this guide, we’ll explore PHP form handling using cookies to store user data. Cookies are a way…
🧨 PHP 8.4 Officially Released!
After much anticipation, PHP 8.4 has finally released its first official version. PHP 8.4 maintains a high degree…