Jose Jimenez
Jose Jimenez
Software Architect & Developer
> >

How to Fork a Package and Point to Your Own Version Using Composer

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.

Resolving Laravel Homestead Vagrant 'Up' Issues on macOS: Full Disk Access Required

June 12th, 2024 — Resolve Vagrant mounting issues on macOS by ensuring your terminal has the necessary administrative privileges through Full Disk Access settings.

How to Trust the Charles Proxy Certificate on macOS

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.

Understanding the Laravel N+1 Problem and How to Solve It

April 8th, 2024 — Understanding the Laravel N+1 problem: excessive queries when fetching related data. Solve it with eager loading for improved performance.

Temporary Fix for Laravel Homestead Provisioning Issue

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.

How to Manage Multiple GitHub Accounts and Ensure Proper Credentials for Each Repository

February 14th, 2024 — Managing multiple GitHub accounts? Ensure the right credentials for each repo. Configure Git settings and SSH keys.

Troubleshooting Laravel Horizon Jobs Stuck in Pending

January 20th, 2024 — Troubleshooting Laravel Horizon jobs stuck in pending: configure unique prefixes for HORIZON, CACHE, and REDIS settings.

Pushing a Laravel Vue.js App to Production: CDN Hosting and Server Load Distribution

December 15th, 2023 — Learn how to push a Laravel Vue.js app to production, hosting the bundled file on a separate domain and allowing multiple servers to load from it.

Pro Tip: Filtering Queries with Laravel Eloquent's when() and whereRaw('0 = 1') for Accurate Results

November 30th, 2023 — Utilize Laravel Eloquent's when() and whereRaw('0 = 1') to conditionally filter queries and ensure no results are returned when no conditions are met.

Boosting Database Efficiency in Laravel: Master/Slave Setup and Replicated Reporting

October 30th, 2023 — Improve performance in Laravel by configuring read/write database connections. Also, discover the benefits of a separate replicated database for reporting.

← Previous Next →