-
Notifications
You must be signed in to change notification settings - Fork 5
Home
florin-botea edited this page Jan 21, 2022
·
4 revisions
A php library designed for OpenCart inspired from Laravel and Symfony syntax, in order to code more faster, simpler and cross version. If you need to develop modules on Opencart then Nexus is the next level development way to do it!
This is a free project so feel free to join!
- put
aweb
folder containing Nexus in OpenCart'ssystem/library
folder. - ensure Nexus OCMod file (
.ocmod.xml
) is placed in OpenCartsystem
folder. - open a terminal in
system/library/aweb/nexus
and runcomposer install
(Composer required). - run an OpenCart modification refresh.
Happy coding!