Hi,
I tried to use Box by installing it as a Composer package but I got the following error as I tried to do call build:
PHP Fatal error: Uncaught Error: Class 'KevinGH\Box\Application' not found in /path/to/project/vendor-bin/box/vendor/kherge/box/bin/box:19
Stack trace:
#0 {main}
thrown in /path/to/project/vendor-bin/box/vendor/kherge/box/bin/box on line 19
Fatal error: Uncaught Error: Class 'KevinGH\Box\Application' not found in /path/to/project/vendor-bin/box/vendor/kherge/box/bin/box:19
Stack trace:
#0 {main}
thrown in /Upath/to/project/vendor-bin/box/vendor/kherge/box/bin/box on line 19
I am missing something?