In this article, we will see how to create middleware for XSS protection in laravel 8. Cross-site scripting is a type of security vulnerability that can be found in some web applications....
Laravel PHPIn this article, we will see laravel 8 class 'numberformatter' not found. For numberformatter we need PHP 5.3.0, PHP 7, PHP 8, PECL intl >= 1.0.0 and I have PHP 7 a...
Laravel PHPIn this article, we will see laravel 8 custom email verification. Many web applications require users to verify their email addresses before using the application. Laravel provides conven...
Laravel PHPIn this article, we will see how to convert an image into a base64 string using jquery. Base64 encoding schemes are commonly used when there is a need to encode binary data that needs to...
jQueryIn this article, we will see the laravel 8 AJAX CRUD operation using datatable. we will perform the AJAX CRUD operation without page refresh. If you don't want to page reload when you...
Laravel PHP jQuery MySQL BootstrapIn this article, we will see how to get "array length" in Vue JS and how to get "object length" in Vue JS. we will learn about Vue JS get array...
Laravel VueJsIn this article, we will see laravel 8 PayPal payment gateway integration. Paypal is an international payment processing gateway working in the majority of countries that support online money...
Laravel PHPIn this article, we will see how to use sweet alert in Vue js. Vue js wrapper for sweetalert2 with support SSR. Also, we will see Vue js sweet alert modal notification example. ...
Laravel VueJsIn this article, we will see Vue js get the current date and time. In Vue js very simple to get the current date and time because we can get it using the Date() function. Date() will provide t...
VueJsIn this article, we will see how to use google bar chart in Vue js. In vue js, we will perform a google bar chart tutorial. we will use the vue-google-charts plugin. The bar chart is also know...
Laravel VueJs