IPERAMUNA.COM

Latest Articles

Thoughts, tutorials, and insights on Laravel, PHP, and software architecture.

Feb 24, 2026

Composer Package Switcher (composer-switch.sh)

A utility script to manage local package development in a Laravel/Composer project. This script allows you to quickly toggle between using local source code (for development) and remote/tagged releases (for publishing/testing).

Read Article
Feb 11, 2026

Managing Dev and Production Composer Packages: A Global Configuration Approach

Learn how to seamlessly switch between local development and production Composer packages using global configuration. Maintain clean composer.json files while developing packages alongside your main application.

Read Article
Feb 10, 2026

Automating Node.js Versions for Seamless Development

Learn how to automate Node.js version management using .nvmrc, package.json engines, and custom shell scripts. Ensure consistent environments and avoid version mismatch errors in your development workflow.

Read Article