Adding an Auto-Complete Address Field to your Forms (Laravel)

Limited Time Offer! For Less Than the Cost of a Starbucks Coffee, Access All DevOpsSchool Videos on YouTube Unlimitedly. Master DevOps, SRE, DevSecOps Skills! Enroll Now First of all we need to get a google maps API, go through this documentation to get an API of your own. Next thing we need to do is to put a initializing script in our blade file Make sure to provide your api key in the script The above script will call a

Read more

How to get current city name using google maps API (Laravel)

Limited Time Offer! For Less Than the Cost of a Starbucks Coffee, Access All DevOpsSchool Videos on YouTube Unlimitedly. Master DevOps, SRE, DevSecOps Skills! Enroll Now First of all we need to get a google maps API, go through this documentation to get an API of your own.https://developers.google.com/maps/documentation/javascript/get-api-key Place this script in your blade file if your are using Laravel or in your HTML inside body tags. Make sure to put your API key in the place of YOUR_API_KEY in

Read more

Create a rating system using Bootstrap, jQuery & Ajax

Limited Time Offer! For Less Than the Cost of a Starbucks Coffee, Access All DevOpsSchool Videos on YouTube Unlimitedly. Master DevOps, SRE, DevSecOps Skills! Enroll Now #1 First include a button that trigger our Bootstrap model to take users rating and review #2 This is my bootstrap model #3 jQuery to get the review and rating from bootstrap model and send it to database using ajax #4 That’s it if you want to rate a particular user take the user

Read more

Step by Step Guide to Enable Whatsapp Messaging on websites using Twilio & Feedback

Limited Time Offer! For Less Than the Cost of a Starbucks Coffee, Access All DevOpsSchool Videos on YouTube Unlimitedly. Master DevOps, SRE, DevSecOps Skills! Enroll Now Login to you twilio conlsole application and go to whatsapp section Using Twilio Phone Numbers with WhatsApp On WhatsApp, users message each other using phone numbers. To send and receive WhatsApp messages using the Twilio Programmable Messaging API, you’ll need a phone number as well. The Twilio API addresses WhatsApp users and your numbers,

Read more

HTML TUTORIAL FOR BEGINNERS

Limited Time Offer! For Less Than the Cost of a Starbucks Coffee, Access All DevOpsSchool Videos on YouTube Unlimitedly. Master DevOps, SRE, DevSecOps Skills! Enroll Now HTML (hyper text markup language) provides a way of displaying Web pages with text andimages or multimedia content. HTML is a markup language. An HTML file is a text filecontaining tags The declaration represents the version of html , and helps browsers to display web pages correctly. <!DOCTYPE > It must at the top

Read more
1 2