How to Use Ternary Operator in Vue JS?
In this example, we will learn vue js ternary operator. i will show you how to use ternary ternary with v-model in vuejs. we can easily use ternary operator for condition in vue js. You can easily ap.....
Codeigniter Remove index.php form URL using htaccess
Hi Developer, I want to share this tutorial for codeigniter remove index.php from url using htaccess file. i will show you code for how to remove index php from url in codeigniter using htaccess. hta.....
Laravel 7/6 REST API with Passport Tutorial
Hi Developer, Here, i will tech you how to create rest api with authentication using passport in laravel 7/6 application. i will show you step by step build restful api authentication using eloquent .....
JQuery Get Days Difference Between Two Dates Example
In this example, we learn how to get days difference between two dates in jquery. we can calculate difference between two dates in days in jquery using Date and Math. you can simply get difference bet.....
Laravel 6 Email Verification Tutorial
Here i want to give you step by step instruction of email verification in laravel 6 application. how to set up auth verify email in larevel 6. we learn auth with email verification in laravel 6. you n.....
PHP Check If Current Date is Between Two Dates Example
In this example, i want to share with you small example of how to check current date is between startdate and enddate in php. we will check if today date is between two dates in php. we can simply che.....
Laravel 6 Ajax Image Upload Example
Hi Artisan, Here, i will share with you how to image upload using ajax in laravel 6 app. i write simple tutorial of laravel 6 ajax image upload with validation. we will use jquery form js for ajax im.....
Laravel 7/6 Multi Auth (Authentication) Tutorial
In this tutorial, i would like to share with you how to create laravel 7/6 multiple authentication using middleware. we will create multi auth in laravel 7/6 using middleware. i will write step by ste.....
Laravel 6 File Upload Tutorial Example
In this tutorial, i will help you to create file uploading with laravel 6 application. we will create simple file upload like pdf, image, xlx, zip etc in laravel 6. you can see file upload in laravel .....
How to Use Yajra Datatables in Laravel?
Hi Dev, I am going to explain to you example of how to use yajra datatables in laravel. Here you will learn laravel yajra datatable example. This tutorial will give you a simple example of yajra datat.....
How to Change Date Format in PHP?
In this post, i would like to share with you how do i change date format DD/MM/YYYY to YYYY-MM-DD, MM-DD-YYYY to YYYY-MM-DD, d/m/Y to Y-m-d in php. we will convert date format using date() and strtoti.....
Laravel 6 CORS Middleware Tutorial
Do you have issue like laravel 6 cors header ‘access-control-allow-origin’ missing or how to use cors middleware in laravel 6 than i will show you how to work with cors(Cross-Origin Resource Shari.....