How to Add Blur Effect to Image in Laravel 11?
In this article, I will show you how to add blur effect to image using spatie/image in laravel 11 application. We will use the spatie/image Composer package to adding blur effect to the image in lara.....
Laravel 11 Real-Time Notifications using Echo Socket.IO and Redis
In this tutorial, I will show you how to send real-time notifications using echo, socket io, redis server in the laravel 11 application. we will use a phpredis driver to send real-time notifications u.....
How to Compress Image Size in Laravel 11?
In this article, I will show you how to optimize image using spatie/image in laravel 11 application. We will use the spatie/image Composer package to compress image size in laravel 11. The spatie/ima.....
Laravel 11 Add Watermark on Image Tutorial
In this post, I will show you how to add watermark on the image using intervention/image in laravel 11 application. We will use the Intervention/Image Composer package to add watermark on image in La.....
How to Get Current Route in Angular 18?
In this post, we will learn angular 18 get current route. we will help you to give an example of angular 18 get current route path. It's a simple example of angular 18 get current route. If you have a.....
Laravel 11 Integrate Authorize.net Payment Gateway Example
In this tutorial, I will show you how to integrate authorize.net payment gateway in laravel 11 application from scratch. Authorize.net is an online payment gateway service that helps businesses accep.....
Angular 18 Install Font Awesome Icons Example
In this tutorial, I will show you how to install font awesome icons in angular 18 application. Icons are a fundamental necessity for every project, conveying information without the need for accompan.....
Laravel 11 Custom Forgot Password Tutorial
In this tutorial, I will show you how to create a custom reset password functionality in the laravel 11 application. Laravel provides its own forget password functionality but if you want to create y.....
How to Install and Use Trix Editor in Laravel 11?
In this article, I will show you how to install and use Trix Editor in laravel 11 application. we will use image upload with trix editor in laravel 11. Trix Editor is a lightweight, rich text editor .....
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.....