ItSolutionStuff.com

Latest Posts

Laravel 12 Integrate Authorize.net Payment Gateway Example

Laravel 12 Integrate Authorize.net Payment Gateway Example

In this tutorial, I will show you how to integrate authorize.net payment gateway in laravel 12 application from scratch. Authorize.net is an online payment gateway service that helps businesses accep.....

By Hardik Savani May 5, 2021 Category: Laravel
Laravel 12 Custom Forgot Password Tutorial

Laravel 12 Custom Forgot Password Tutorial

In this tutorial, I will show you how to create a custom reset password functionality in the laravel 12 application. Laravel provides its own forget password functionality but if you want to create y.....

By Hardik Savani May 5, 2021 Category: Laravel
How to Install and Use Trix Editor in Laravel 12?

How to Install and Use Trix Editor in Laravel 12?

In this article, I will show you how to install and use Trix Editor in laravel 12 application. we will use image upload with trix editor in laravel 12. Trix Editor is a lightweight, rich text editor .....

By Hardik Savani May 5, 2021 Category: Laravel
Laravel 12 Product Add to Cart Functionality Example

Laravel 12 Product Add to Cart Functionality Example

In this tutorial i will show you how to create product add to cart functionality in laravel 12 application. when we work with eCommerce project then we must need to create add to cart function. In th.....

By Hardik Savani May 5, 2021 Category: Laravel
Laravel 12 MongoDB CRUD Application Tutorial

Laravel 12 MongoDB CRUD Application Tutorial

In this tutorial, I will show you step-by-step laravel 12 mongodb crud operation examples. We will learn how to set up the Mongodb database with the laravel 12 application. <strong>What is MongoDB?</.....

By Hardik Savani May 5, 2021 Category: Laravel
Laravel 12 CORS Middleware Configuration Example

Laravel 12 CORS Middleware Configuration Example

In this post, I will show you how to customize cors middleware in laravel 12 application. By default enable cors middleware with default configuration in laravel 12. <img src="/upload/laravel-12-cors.....

By Hardik Savani May 5, 2021 Category: Laravel
Laravel 12 RouteServiceProvider Configuration Example

Laravel 12 RouteServiceProvider Configuration Example

laravel 12 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.....

By Hardik Savani May 5, 2021 Category: Laravel
How to Integrate Admin Template in Laravel 12?

How to Integrate Admin Template in Laravel 12?

I will show you how to integrate admin theme step by step in laravel 12 application. In this example, we will integrate the sb-admin Bootstrap theme into a Laravel 12 application. First, we will down.....

By Hardik Savani May 5, 2021 Category: Laravel
Laravel 12 Apexcharts using Larapex Charts Example

Laravel 12 Apexcharts using Larapex Charts Example

In this tutorial, I will show you how to create dynamic apexcharts using larapex charts package in laravel 12 application. ApexCharts is a JavaScript library used for creating beautiful and interacti.....

By Hardik Savani May 5, 2021 Category: Laravel
FLUX.1 Kontext Review: The Ultimate AI Image Editor in 2025

FLUX.1 Kontext Review: The Ultimate AI Image Editor in 2025

<img src="/upload/new-fluxx.jpg" class="post-img"> <h2>What is Flux Kontext?</h2> Flux Kontext is a powerful tool from <a href="https://www.fluxx.ai/" class="text-blue-600">Fluxx AI</a> that changes.....

By Hardik Savani May 5, 2021 Category: Laravel
Laravel 12 Socialite Login with Slack Account Example

Laravel 12 Socialite Login with Slack Account Example

In this article, I will show you laravel 12 login with slack account using socialite composer package. we can use with laravel ui, laravel jetstream and laravel breaze for login with slack account. A.....

By Hardik Savani May 5, 2021 Category: Laravel
Laravel 12 Real-Time Notifications using Pusher Example

Laravel 12 Real-Time Notifications using Pusher Example

In this article, I will show you how to send real-time notifications with Pusher in the laravel 12 application. we will use a pusher driver to send real-time notifications using the echo server in the.....

By Hardik Savani May 5, 2021 Category: Laravel
Popular Posts