API – XmlHttpRequest – Uploading image and Sending using FormData

=> If only the data has to be sent through axios then we can directly use…

React Image Upload – Formik and Yup

app.js   import { Form, Formik, Field, ErrorMessage } from "formik"; import React from "react"; import…

React dot htaccess

<IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteRule ^index\.html$ – [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d…

Uploading Image in Shared Hosting

Structure of file: # LaravelProject – ecomm – travel # ecomm.com # travel.com Write following code…

Git Setting | GitLab

Session and Token Based Authentication

jQuery product of dynamically created qty and rate and its grand total

jQuery click for dynamically created items

jQuery Set – Get – Add – Remove – css

Set Attributes – attr() The jQuery attr() method is also used to set/change attribute values. The following example…

JQuery – Click – Same Class But On Many Element

Listed Element <div class="links">   <ul style="font-size: 20px">     <li data-id="1">Nepal</li>     <li data-id="2">India</li>…

Including Other Route File inside web.php

As we know there might be lots of route written inside web.php.  Those route might belongs…

User – Role – Permission – Core – Laravel

Assuming we have freshly created following tables users Now create 2 following models along with its…