In this article, we will see laravel firebase push notification, firebase notification through you can notify users that new email or other messages are available to sync. fireb...
Laravel PHPIn this article, we will see laravel 8 mobile number OTP authentication using firebase. There are many types of autentication to login to different sites and applications. So, here we will see...
Laravel PHPIn this article, we will see how to implement a bootstrap date time picker with an example, bootstrap 4 date time picker is used to dispaly date as well as time in html, php, or any laravel fi...
Laravel PHP jQueryIn this article, we will see datatable server-side custom search in laravel 8. Datatable provides default searching functionality but there you can search on only visible values searching. like in...
Laravel PHPIn this article, we will learn how to remove elements from array in javascript. You can use different javascript array methods to remove elements of the array. you can remove el...
Laravel PHP jQueryIn this article, we will see how to validate URLs in PHP with regular expressions. Also, you can implement it in laravel or PHP. here we will give you an example of validating URL with a regul...
Laravel PHPIn this article, we will see laravel 8 multiple database connections. Today I will give you the step-by-step implementation of how to use laravel 8 multiple database connections. Many times we...
Laravel MySQLIn this article, we will see how to use scrolla - jQuery plugin for revealing animations when scrolling a mouse. this jquery plugin is very simple and easy to use for the scrolling effects. jQuery...
PHP jQuery CSSIn this article, we will see PHP array functions with example. An array is a data structure that contains a group of elements. Typically these elements are all of the same data type, such as an int...
Laravel PHPIn this article, we will see laravel custom export button in datatable. Datatable provides inbuilt button functionality and also provides html5 buttons. So, as per your requirement, you c...
Laravel PHP jQuery