Laravel Sanctum Guide
A comprehensive guide to API authentication using Laravel Sanctum.
126 posts published
A comprehensive guide to API authentication using Laravel Sanctum.
SQL 'LIKE' queries are slow and dumb. Implement typo-tolerant, lightning-fast full-text search with Laravel Scout and Meilisearch.
WebSockets are overkill for one-way updates. Learn how to implement Server-Sent Events (SSE) in Laravel for simple real-time feeds.
Learn how to replace complex Cron jobs with Laravel's expressive fluent Task Scheduler.
Improve your Laravel application testing with these best practices.
A step-by-step guide to implementing Two-Factor Authentication (2FA) in Laravel using Fortify.
Learn how to validate user input effectively in Laravel.
A complete guide to configuring Nginx for hosting Laravel applications.
Techniques to speed up your Laravel database queries: Eager Loading, Chunking, and more.
Optimizing PHP-FPM and Nginx for high-performance web applications.