[SOLVED] How can I call a Google Application using CI4 |
I have developed a couple of PHP online websites using Google Books API and struggling to get the API to work with CI4.
With PHP I use Composer to download the API then the following couple of lines and it works a treat: Code: require_once '/var/www/ci2/vendor/autoload.php'; |
Messages In This Thread |
[SOLVED] How can I call a Google Application using CI4 - by John_Betong - 05-17-2021, 12:51 AM
RE: How can I call a Google Application using CI4 - by InsiteFX - 05-17-2021, 01:20 AM
RE: How can I call a Google Application using CI4 - by John_Betong - 05-18-2021, 12:00 AM
|