October 31st, 2024 — Learn Laravel's powerful redirect system, from basic routing to advanced techniques with fragments, permanent redirects, and best practices for modern web apps.
September 3rd, 2024 — Enhance Laravel customization with Composer Preload Files Plugin. Override helper functions cleanly and maintain organized code.
August 6th, 2024 — Streamline PHP Enum naming in Laravel: Name Enums after the model and column for easy IDE autocomplete. Use PHP Enums Extended for enhanced functionality.
July 2nd, 2024 — Fork a package, make changes, and point Composer to your version. Useful for bug fixes, custom features, or development. Follow our step-by-step guide.
June 12th, 2024 — Resolve Vagrant mounting issues on macOS by ensuring your terminal has the necessary administrative privileges through Full Disk Access settings.
May 17th, 2024 — Learn how to trust the Charles Proxy certificate on macOS and enable SSL proxying to monitor HTTPS traffic without issues. Follow our simple step-by-step guide.
April 8th, 2024 — Understanding the Laravel N+1 problem: excessive queries when fetching related data. Solve it with eager loading for improved performance.
March 18th, 2024 — Facing Homestead provisioning errors? Apply a temporary fix by editing Homestead.yaml and /scripts/in-flight-service.sh to bypass ngrok repository issues.
February 14th, 2024 — Managing multiple GitHub accounts? Ensure the right credentials for each repo. Configure Git settings and SSH keys.
January 20th, 2024 — Troubleshooting Laravel Horizon jobs stuck in pending: configure unique prefixes for HORIZON, CACHE, and REDIS settings.