This blog post will help create an event on Google Calendar. The blog post covers version 3 of Calendar API. The code snippet will use the HTML form and PHP Curl code for processing. Google also provides a PHP Client Library, through which you can make Calendar API calls, but it is 6 MB in …
Month: December 2020
In this blog post, we will discuss and resolve the common feature, display the URL preview like Facebook and WhatsApp. The blog post provides two methods. Using WordPress Standards Using the Core PHP Curl. HTML Code for WordPress. If you have an existing input field, add the following input field class attribute and add the …
Are you looking for file upload functionality with CKEditor and Laravel? I hope this blog post will help you. 1. Download the Ckeditor. This blog post is using Ckeditor 4. Unzip the downloaded file and put the extracted “ckeditor” folder under the Laravel Public folder. So we can use it in the Laravel View file. …