Laravel 11 Product Add to Cart Functionality Example
In this tutorial i will show you how to create product add to cart functionality in laravel 11 application. when we work with eCommerce project then we must need to create add to cart function. In th.....
How to Integrate Google Maps in Angular 18?
In this article, I will show you how to integrate Google Maps into the angular 18 application. The <span class="highlighter">@angular/google-maps</span> package offers a convenient Google Maps API in.....
Angular 18 Stripe Payment Integration Example
In this post, we will learn how to create a payment using Stripe in the angular 18 application. In this illustration, we'll incorporate three buttons labeled "$15," "$25," and "$35" to facilitate swi.....
The Shift from Perpetual Licenses: What You Need to Know
<img src="/upload/Broadcom-VMware-Licensing-Changes-Everything-You-Need-to-Know.png" class="post-img"> Software companies are shifting away from one-time purchases. They are switching to subscriptions.....
Laravel 11 MongoDB CRUD Application Tutorial
In this tutorial, I will show you step-by-step laravel 11 mongodb crud operation examples. We will learn how to set up the Mongodb database with the laravel 11 application. <strong>What is MongoDB?</.....
Laravel 11 CORS Middleware Configuration Example
In this post, I will show you how to customize cors middleware in laravel 11 application. By default enable cors middleware with default configuration in laravel 11. <img src="/upload/laravel-11-cors.....
Laravel 11 RouteServiceProvider Configuration Example
laravel 11 removed RouteServiceProvider.php file, they give an options to configure about routes in app.php. So, you will have a question if i want to create a custom route file then how to define w.....
How to Integrate Admin Template in Laravel 11?
I will show you how to integrate admin theme step by step in laravel 11 application. In this example, we will integrate the sb-admin Bootstrap theme into a Laravel 11 application. First, we will down.....
Angular 18 Login with Google Gmail Account Example
Hi Dev, In this post, I will show you how to add login with google account in angular 18 application. In this illustration, we're incorporating a button labeled "Login with Google." Upon clicking the.....
Angular 18 Pagination with NGX Pagination Example
In this post, I will show you how to implement server side pagination in angular 18 application. we will use ngx-pagination npm library to create simple pagination with angular 18 app. then we will u.....
Laravel 11 Apexcharts using Larapex Charts Example
In this tutorial, I will show you how to create dynamic apexcharts using larapex charts package in laravel 11 application. ApexCharts is a JavaScript library used for creating beautiful and interacti.....
Angular 18 HttpClient & Http Services Tutorial
In this post, I would like to share with you a simple example of Angular 18 HttpClient & Http Services example. It's crucial for every app to send API requests to other servers. Whether you're workin.....