composer.json and registration.php are better kept on the same directory. When you are register a module, magento expects a composer.json file on the same directory to be fully compatible with magento. For example, adding sample data using magento sampledata:deploy does not work because of this module.
it says composer.json file not found in vendor/mirasvit/module-profiler/src/Profiler/composer.json
composer.json and registration.php are better kept on the same directory. When you are register a module, magento expects a composer.json file on the same directory to be fully compatible with magento. For example, adding sample data using
magento sampledata:deploy
does not work because of this module. it says composer.json file not found invendor/mirasvit/module-profiler/src/Profiler/composer.json