Browsing Tag
laravel
53 posts
🚀 Become a Founding **Legionnaire** — Help Build the Fastest PHP & DevOps Stack
Heads-up: we just opened the gates to MonkeysLegion, the feather-light PHP 8+ framework that slices boilerplate, bakes in…
Stripe Payment Element: Restrict to “Card Only” and Show Saved Payment Methods (Undocumented Edge Case)
Problem: Stripe’s Payment Element allows multiple payment types and shows a Saved tab for logged-in users with saved…
Using Laravel Event Listeners for Cleaner, Decoupled Code
As your application grows, it’s common to see controllers doing too much — saving data, sending emails, updating…
Easily create products from admin panel and display in website using Laravel app
Below is images of admin panel from where you can create products. Below is the product display image…
A Simpler Way to Find & Fix Slow MySQL Queries for Developers
I’ve worked with developers who manage growing applications and frequently run into MySQL performance issues. As traffic increases,…
Creating a Microservice Architecture with Laravel APIs
In recent years, microservice architecture has gained immense popularity due to its ability to break down monolithic applications…
Fix OAuth Misconfigurations in Laravel: Best Practices
Introduction to OAuth Misconfigurations in Laravel OAuth is a popular authorization framework used by many web applications, including…
JSON Web Tokens (JWT) in Web Development
Introduction JSON Web Tokens (JWT) are a compact, URL-safe means of representing claims between two parties. They are…
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…