How to develop composer packages for the framework?

 thinkphp5 composer 
 tp5  composer 

Mar.01,2021

composer is a dependency management tool, which has nothing to do with the framework, and you don't have to think about the directory structure of the framework.
creates and publishes a package of its own


publishes its own composer package


come on, recommend an article you've written by yourself. you may need to have a comprehensive understanding of composer first.

Composer trilogy: install, use, publish

you can view the [publish] chapter directly.

Menu