I installed the Chargebee library onto my Laravel website (version 5.7). But when I want to use the library, all the classes from the library are not found. Here is my controller code:
ChargebeeChargeBeeEnvironment and ChargebeeChargeBeeModelsPlan classes cannot be found.
Obviously it should be ChargeBee\ChargeBee, and the 'B' should be capitalized.