Feature #5523
Replace custom autoloader with Composer
Start date:
21/09/2012
Due date:
% Done:
100%
Estimated time:
Complexity:
Normal
SCRUM pts - complexity:
?
Related issues
Associated revisions
Moving code to controllers, adding ChamiloLMS namespace to Composer, adding public folder see #5523
History
Updated by Julio Montoya over 8 years ago
- Target version set to 2.0
Code was sent to 1.10 (during my free time)
Updated by Julio Montoya about 8 years ago
- Status changed from New to Needs testing
- % Done changed from 0 to 90
for the 1.10 series we already call the vendor/autoload.php file generated by composer
Updated by Julio Montoya almost 8 years ago
ChamiloLMS namespace added, controllers were moved from index.php, user_portal.php to src/Controller
Updated by Julio Montoya almost 8 years ago
- Status changed from Needs testing to Feature implemented
- % Done changed from 90 to 100
Updated by Julio Montoya almost 8 years ago
I must precise that we should not add the "vendor" folder in the repo (as it is advised), developers should execute the "composer install" or "composer update". But I'm adding the vendors in order to not complicated the work for new developers.
Removing custom autoload code see #5523