Laravel
alamin - Sunday, 16 Mar, 2025 -29

How to use same project API in blade

namespace App\Http\Controllers;use Illuminate\Http\Request;use Illuminate\Support\Facades\Http;class YourController extends Controller{    public function showPage()    {        // Call your…...
alamin - Wednesday, 26 Feb, 2025 -36

Learn how to implement Single Sign-On (SSO) in Node.js using…

Single Sign-On (SSO) Implementation Using Passport.js in TypeScript https://sachinthapa.hashnode.dev/single-sign-on-sso-implementation-using-passportjs-in-typescript...
alamin - Wednesday, 26 Feb, 2025 -72

How to Install Laravel Valet on Windows

...
alamin - Thursday, 18 Apr, 2024 -244

laravel qr code generator package

Laravel 10 QR Code Generate is a versatile Laravel package that simplifies QR code generation in Laravel 10 applications....
alamin - Tuesday, 09 Apr, 2024 -251

Laravel Cache Clear Command Php Artisan Optimize

...
alamin - Tuesday, 09 Apr, 2024 -255

How to Use Laravel Middleware to Protect Your Application

...
alamin - Tuesday, 09 Apr, 2024 -252

Laravel Authentication Tutorial

We'll walk through the process of adding authentication to your Laravel  application step-by-step in this article.Laravel: What is it?An open-source…...
alamin - Saturday, 06 Apr, 2024 -257

Paypal Payment Gateway Integration With Laravel

Hi, friends. How are you all doing? I hope you all have continued success and good health. This time,…...
alamin - Saturday, 06 Apr, 2024 -231

How to Integrate Stripe Payment in Laravel

...
alamin - Tuesday, 02 Apr, 2024 -1030

How to Install Laravel

Steps for Installing LaravelThree simple steps can be followed to install Laravel:...