This article will walk you through the process of implementing MailChimp into your instance of DotKernel API using drewm/mailchimp-api Step 1: Add the library to your application using the following command: composer require drewm/mailchimp-api Step 2: Create configuration … Read More
dotkernel3
Adding a CORS implementation to Zend Expressive
This article is a guide on how to add a CORS implementation on an existing DotKernel3 project. The issue If you’re facing this message: “Access to XMLHttpRequest at ‘url’ has been blocked by cors policy. No ‘Access-Control-Allow-Origin header is present … Read More
Migrating DotKernel 3 from Zend Expressive 2 to Zend Expressive 3
This article covers the steps required to migrate a DotKernel 3 instance to the latest Zend Expressive Version. … Read More
Development Report December 11, 2017
This report contains updates about the DotKernel3 documentation. We have added the release notes for DotKernel3 frontend and admin: you can now check the Release Notes page. Webpack tutorial has been added in the Prerequisites section. The Api Endpoint Documentation Guidelines were … Read More