Laravel 11 Generate and Read Sitemap XML File Tutorial
Discover how to create and use XML sitemaps in Laravel 11 for better SEO results. Learn the basics of generating and reading sitemap files with ease. <strong>What is an XML Sitemap?</strong> An XML s.....
Laravel 11 Stripe Payment Gateway Integration Example
In this post, I will show you how to integrate stripe payment gateway in laravel 11 application from scratch. Stripe is a very popular and secure internet payment gateway company that helps to accept.....
Laravel 11 Dynamic Google Charts Integration Tutorial
This tutorial demonstrates how to create charts in Laravel 11 with Google Chart Library. We will gradually look into the entire process of working with laravel 11 and google chart with examples. Goog.....
Laravel 11 Socialite Login with Twitter / X Account Example
In this article, we will learn laravel 11 login with twitter account using socialite composer package. we can use with laravel ui, laravel jetstream and laravel breaze for login with twitter / X accou.....
How to Get User Location using IP Address in Laravel 11?
In this article, I will show you how to get current user location information from ip address in laravel 11 application. In this tutorial, we will use the stevebauman/location composer package to get.....
Laravel 11 Drag and Drop File Upload with Dropzone JS
In this post, I would like to share with you how to drag and drop file upload using dropzone js in laravel 11 application. Dropzone.js is a library for handling file uploads in web applications. It m.....
How to Generate Barcode in Laravel 11?
In this post, I will show you how to generate barcode in laravel 11 application. we will use picqer/php-barcode-generator composer package to create barcode in laravel 11. In this example, we will ge.....
Laravel 11 Simple Pagination Example Tutorial
This tutorial will help you to create a simple pagination with laravel 11 application. we will retrieves and paginates database data using bootstrap 5 css. We know pagination is a primary requirement.....
How to Generate App Key in Laravel 11?
<img src="/upload/laravel-11-app-key.png" class="post-img" alt="laravel 11 app key"> Let's explore how to generate an application key in Laravel 11. This key is essential for encrypting data and ensu.....
Laravel 11 Chart using Highcharts JS Example
This tutorial demonstrates how to create charts in Laravel 11 with Highcharts JS. We will gradually look into the entire process of working with laravel 11 and highcharts with examples. Highcharts JS.....