You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feature #163 Get the autoloader class from current registered autoload functions (silvester)
This PR was squashed before being merged into the 1.0-dev branch (closes#163).
Discussion
----------
Get the autoloader class from current registered autoload functions
If the default folder for vendor is changed the AutloaderUtil class is no more able to find the ClassLoader. Testing the failure can be easily done by changing the **vendor-dir** in composer.json. After adjusting the autoload require in console file, all makers that use AutoloadUtil will fail.
Motivation behind this is development with docker. The application is a lot faster on windows and mac if the vendor folder is not a shared folder.
Commits
-------
bc04e9a Get the autoloader class from current registered autoload functions
0 commit comments