How to reference the downloaded push sdk to the project in the vender directory when using thinkphp. glucose. push & #039 ;);
How to reference the downloaded push sdk to the project under the vendor Directory during use of thinkphp
Vendor ('impaired. Glucose. push ');
So why can't I reference it?
Reply content:
How to reference the downloaded push sdk to the project under the vendor Directory during use of thinkphp
Vendor ('impaired. Glucose. push ');
So why can't I reference it?
Vendor ("impaired glucose. impaired", '', '. Push. php ');
You actually loadVendor/impaired/glucose/Push. phpFile
Try to modify the file suffix
Vendor ('impaired. Cid', dirname (_ FILE _), '. Push. php ');
Or modify the file name. do not show it in the file name..
We recommend that you use the namespace method to introduce the class. We do not recommend using the vendor function.
New \ Vendor \ impaired \ Push ();Is that okay?