Browsing Tag
laravel
45 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…
Test Driven Development in Laravel – Folder Structure & Setup (1)
Folder structure In this article, we will explore how to organize tests effectively, using the example of a…
Laravel Envoy – Automate the boring stuff
Laravel Envoy is a tool for executing common tasks you run on your remote servers. I believe Envoy…
“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,…
How to Build a Real-time Chat App with Laravel, Vue.js, and Pusher
Real-time chat applications like WhatsApp and Discord have witnessed a remarkable surge in popularity in recent years, revolutionising…
Build with Me Larachat: the realtime chat package for Laravel
Recently, I had to fix some bugs and add new features to a real-time chat system at work.…