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.....
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 .....
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.....
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?</.....
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.....
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.....
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.....
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.....
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.....
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.....
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.....
Laravel 12 Socialite Login with Facebook Account Example
In this article, i will show you laravel 12 login with facebook account using socialite composer package. we can use with laravel ui, laravel jetstream and laravel breaze for login with facebook accou.....