Advanced Vite Optimization for Laravel
Going beyond the basics: Chunk splitting, asset versioning, and lazy loading JavaScript in a Laravel ecosystem.
126 posts published
Going beyond the basics: Chunk splitting, asset versioning, and lazy loading JavaScript in a Laravel ecosystem.
Static analysis is strict, annoying, and absolutely necessary. Here is how to configure Larastan for maximum safety.
Implement TF-IDF and Vector Space Model search purely in PHP and SQLite. No API keys, no monthly costs, just math.
Leveraging PHP 8.1+ Enums to clean up your Laravel models, validation logic, and database interactions.
A comprehensive guide to installing Certbot, obtaining a free SSL certificate, facilitating auto-renewal, and hardening your Nginx configuration.
Understanding the heart of the framework. Dependency Injection, Binding, and how Laravel builds your application.
Why load a heavy framework for simple interactions? Alpine.js provides the reactive nature of Vue at a fraction of the cost, perfect for Blade templates.
Reading `laravel.log` via SSH is painful. Learn how to centralize your logs using the Stack channel and external services like Papertrail or Datadog.
Automate your testing and deployment workflow using GitHub Actions.
Why is your query slow? It's probably missing an index. Learn the basics of database indexing within Laravel Migrations.