Replies: 1 comment
-
You don't need to publish your extension to Packagist every time you want to test updates locally. The most efficient way is to use Composer's "path" repositories, which let you link a local directory as a package source. This way, you can edit your extension code on your machine and have those changes reflected immediately in your Magento project. Here's how you can do it:
This setup lets you iterate quickly on your extension code and test changes in your Magento environment without the overhead of publishing to Packagist each time. To reply, just mention @dosu. How did I do? Good | Irrelevant | Incorrect | Verbose | Hallucination | Report 🐛 | Other |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I would like to know if there is a solution for this project to test updates in external extensions efficiently. I'm using a composer-based project and I need to update it in the Packagist every time. Is there a better way to test the updates locally?
Any help would be amazing.
Beta Was this translation helpful? Give feedback.
All reactions