-
Notifications
You must be signed in to change notification settings - Fork 9.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
complete support for modules outside of app/code/ #1660
Comments
Great job. See also #1481 and @vrann's update regarding modules in vendor. |
Very cool! I'm sorry I'm on vacation right now and can't check out the branch and play with it. Looking forward to it once I'm back end of August. |
|
@buskamuza hey, did the recent changes solved this issue? |
For now a custom extension can reside in the |
@dfediuk , could you, please, point to the code that searches in |
I close this issue, as the basic stuff now works for me |
follow up issue to #1013 this time to make sure everything works, as people reported #1206 is incomplete.
Community driven Issue.
Collects all the seperate Issues and maybe Issues which should be Tested
Issues:
var/generation/
are not generated (solved by add modules outside of app/code directory to DiCompile #1659)etc/adminhtml/system.xml
is not loaded (probably solved by add support for loading etc/adminhtml/system.xml for modules outside … #1709)Things which should get tested:
\Magento\Framework\Module\Dir\Reader
(loading of composer.json) (maybe solved by Fix issue with ModuleDirReader not finding files in vendor modules #1490 )\Magento\Framework\View\Design\Fallback\RulePool
DiCompileMultiTenantCommand
Magento Internal parts which may not Work if placed outside of
app/code/
:a lot of them make use of
$filesystem->getDirectoryRead(DirectoryList::MODULES)
where Iam not sure how it works/acts.\Magento\ImportExport\Controller\Adminhtml\Import\Download
\Magento\PageCache\Model\Config
(reading of vcl file)\Magento\Paypal\Block\Iframe
\Magento\Persistent\Model\Persistent\Config
DependenciesShowFrameworkCommand
\Magento\Setup\Model\SampleData
The text was updated successfully, but these errors were encountered: