Jose Jimenez
Jose Jimenez
Software Architect & Developer
> >

Articles about

Composer

Enhancing Laravel Function Customization with Composer Preload Files Plugin

September 3rd, 2024 — Enhance Laravel customization with Composer Preload Files Plugin. Override helper functions cleanly and maintain organized code.

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.

PHP Coding Standards Fixer with Github Actions

January 31st, 2023 — Learn how to configure a PHP project to follow PHP Coding Standards and format it automatically in the background using GitHub Actions.

Installing local composer packages

June 17th, 2022 — Learn how to install composer packages locally, great for easy development during local package development.