Local storage is a client-side data storage feature. It is completely JavaScript-based, so no need for server end programming required. Generally, we are using two types of storage in client end programming. 1. LocalStorage: LocalStorage data will be consistent even after a refresh or close the browser window. 2. Session or Cookies storage: Session or …
Month: March 2021
CKEditor has a drag and drops image upload feature. But generally, in the Laravel application, it gives an error message “Incorrect Server Response”. Similar to the following screenshot. To resolve this issue, we will discuss it in this blog post. 1. Setup the CKEditor in Laravel Download the CKEditor version 4. After unzipping place folder …