What do I put before the DIR, and do I also replace vendor with the actual vendor before autoload.php.
This part I don't quite understand, can someone explain this.
info@elgg.org
Security issues should be reported to security@elgg.org!
©2014 the Elgg Foundation
Elgg is a registered trademark of Thematic Networks.
Cover image by RaĆ¼l Utrera is used under Creative Commons license.
Icons by Flaticon and FontAwesome.
- Jerome Bakker@jeabakker
Jerome Bakker - 0 likes
You must log in to post replies.This is mostly done to make sure composer dependencies can be loaded and only for plugins which haven't been installed through composer (so zip download etc).
If you're using Elgg 3.0 or up the `vendor/autoload.php` is automaticly included when your plugin is active. So no need to do this yourself.