Drag and drop file uploader
Goto To resources / view / app.blade.php file and add this code <script> window.base_url = "{{ URL::To('/')}}" </script> Goto any Inertia page and paste…
These php tutorials help to understand google map and the integration google map JavaScript API using PHP and jQuery. We will create a map using a constant address and get…
<style> /* The Modal (background) */ .modal { display: none; /* Hidden by default */ position: fixed; /* Stay in place */ z-index: 1; /* Sit on top */ padding-top:…
goto .env and change APP_URL = https://abc.com to live server url. and same give ASSET_URL = https://abc.com/public and run this command npm run build
npm install jquery --save npm i --save-dev @types/jquery import $ from 'jquery'; // jquery code here $("button").click(function(){ $.get("demo_test.asp", function(data, status){ alert("Data: " + data + "\nStatus: " + status); });…