How to access Godaddy database remotely?

How to access Godaddy database remotely?

Step 1: Navigate to Godaddy web hosting control panel. Step 2: Under the search bar search “mysql” Step 3: Click on Remote MySQL Step 4: Here you need to enter… Read more
How to create searchable select box

How to create searchable select box

Select2 gives you a customizable select box with support for searching, tagging, remote data sets, infinite scrolling, and many other highly used options. In this tutorial, I show how you… Read more
How to send push notification to web browser by using Firebase?

How to send push notification to web browser by using Firebase?

Step 1: Go to https://firebase.google.com/ Step 2: Click on Get Started Step 3: Click on Add project Step 4: Create project name like Web push notification and click on Continue… Read more
File upload by using laravel

how to upload image in laravel

In above video we will learn how to upload file like JPG,PNG,GIF etc by using laravel framework and also set validation before upload an image. Step 1: Set file upload… Read more
install theme into laravel

How to setup your website in laravel framework

See above video to learn how to setup your website in laravel framework Step 1: Run your project with below command Step 2 : open browser and open this link… Read more
install laravel framework

How to install laravel framework

Steps 1 : Go to : https://laravel.com/docs/5.6 Step 2 : Open Command prompt and run below command Step 3 : php artisan serve Step 4 : open browser and open… Read more
cron job laravel

How to create cron job in laravel

The App Engine Cron Service allows you to configure regularly scheduled tasks that operate at defined times or regular intervals. These tasks are commonly known as cron jobs. These cron jobs are automatically triggered by the App Engine Cron Service. Step… Read more
remember username and password

How to remember username and password with ajax call

In a login script, remember me feature is used to preserve the login details entered by the user. And it can be populated in the login form at the time of login.… Read more
change php version in godaddy

how to change php version in godaddy within 1 minute

This video through you can change PHP version like 5.4, 5.6, 7.0 on you Godaddy hosting provider 1. Log in to your GoDaddy account. 2. Click Web Hosting. 3. Next… Read more
Dynamic Dropdown List using laravel

How to create Dynamic Dropdown List using laravel

Step 1 : create model Step 2 : Create Provider and Go to provider folder and copy past belowcode Step 3 : Register your provide which we are created Go… Read more