I want to use elgg as a library in my Laravel project but don't know where to start. how can I install elgg as a dependency using php composer command?
Thanks
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.
- ihayredinov@ihayredinov
ihayredinov - 0 likes
- Azartech@azar.developer
Azartech - 0 likes
You must log in to post replies.Elgg is not a library, it's a framework. Both Elgg and Laravel have their opinionated APIs and won't work together, not unless you rewrite Elgg's routing system, database model and queries, view system etc.
Thank you!