What if you want to make the directory name generated by composer not vendor,?

there is a vendor directory name in the project as another module. If you want to use composer to generate a directory name that is not vendor, how to solve

Oct.19,2021

you can install packages to folders other than vendor by using composer/installers,Composer.


{
    "config": {
        "vendor-dir": 'xxx'
    }
}
MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b33cb0-2becc.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b33cb0-2becc.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?