You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 6, 2020. It is now read-only.
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
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:I am missing something?