Blog

Laravel & Vue.js 3 PDF Download Tutorial – Step-by-Step Guide

 Learn how to generate and download PDF files using Laravel and Vue.js 3. Step-by-step guide with API integration,...

Blog

Laravel Route Link Call with Bootstrap Modal in Vue.js 3 – Step-by-Step Guide

 Learn how to create a dynamic Laravel route link call that opens a Bootstrap modal in Vue.js 3. Step-by-step guide...

Blog

Laravel & Vue.js 3 Product Create Tutorial (API Based)

Building modern web applications requires a powerful backend and a reactive frontend. This Laravel & Vue.js 3 produc...

Blog

JavaScript Array Methods

1. push()Array-এর শেষে নতুন element যোগ করে।let numbers = [1, 2, 3]; numbers.push(4); console.log(numbers); // [1, 2, 3,...

Blog

Google Login in Laravel via API

Step 1: Install Laravel Socialitecomposer require laravel/socialite Step 2: Configure Google APIGo to Google Cloud Conso...

Blog

Authentication & Security System (Laravel API)

User Registration with OTP Email VerificationA secure and modern user registration system where users must verify their...

Blog

Laravel & Vue.js 3 Product Add to Cart – Get & Delete Tutorial API Based

 In this tutorial, you’ll learn how to fetch cart products and remove items from the cart using Laravel & Vue.j...

Blog

Database Table Query Value Translate in Laravel

Translating database query values in Laravel is essential for building multilingual applications. This tutorial demonstr...

Blog

One-Time Password (OTP) Verification

🔐 2FA Flow (Recommended)RegistrationUser registersOTP is generated & sent to emailUser verifies OTPAccount becomes...

Blog

PHPMailer SMTP Email

Test and verify SMTP email delivery using PHPMailer with Composer in the Booking System. Ensure secure, reliable email s...

Blog

Laravel Facebook Login API

 Laravel Facebook Login API (Socialite + OAuth 2.0)✅ Step 1: Install Laravel Socialitecomposer require laravel/soc...

Blog

Professional WordPress Plugin Development Services

Looking to extend the functionality of your WordPress website? Our WordPress plugin development services provide custom...

Blog

automatically generate SQL “UPDATE” statements in the last column

Step 1: Open Your Excel FileSuppose your Excel has this structure:EmpCodeName...(empty column for SQL)L58882 | Mahmudul...

Blog

Laravel & Vue.js 3 Product Update Tutorial (API Based)

 After creating and fetching products, the next step in Laravel with Vue js CRUD is updating product values. T...

Blog

Laravel Google Login with Socialite & Sanctum

Modern users expect fast and hassle-free authentication. Allowing people to sign in with Google not only improves user e...

Blog

Laravel & Vue.js 3 Product Add to Cart Tutorial API Based

 In this tutorial, you’ll learn how to add products to a shopping cart using Laravel & Vue.js 3 with an API bas...

Blog

Product Review & Rating Laravel API

 Product Review & Rating Laravel API 1️⃣ Database Migrationproduct_reviews tablephp artisan make:migration...

Blog

Laravel Vue 3 Draft Post Save - WordPress JSON API

 Laravel Migration & Model<?php use Illuminate\Database\Migrations\Migration; use Illuminate\Database\Schema...

Blog

Laravel Localization for English, Bangla & More

Laravel uses a clean file-based system where each language has its own folder. These folders store translation strings t...

Blog

Running All Laravel Artisan Commands via Route (Complete Guide)

Laravel Artisan is the command-line interface (CLI) that helps you manage, optimize, and automate your Laravel applicati...