ItSolutionStuff.com

Latest Posts

Laravel 12 User Roles and Permissions Tutorial

Laravel 12 User Roles and Permissions Tutorial

In this tutorial, I will share with you user roles and permissions using spatie/laravel-permission package in laravel 12 application. We are using the Spatie GitHub package for roles and permissions .....

By Hardik Savani May 5, 2021 Category: Laravel
How to Create Event Calendar in Laravel 12?

How to Create Event Calendar in Laravel 12?

In this tutorial, we will learn how to create a dynamic event calendar with laravel 12 fullcalendar. FullCalendar is a tool for organizing events. You can add, edit, and create events easily. It help.....

By Hardik Savani May 5, 2021 Category: Laravel
Laravel 12 Summernote Image Upload Tutorial

Laravel 12 Summernote Image Upload Tutorial

In this post, I will show you how to image upload with the Summernote editor in the laravel 12 application. Summernote is a WYSIWYG (What You See Is What You Get) editor that allows users to create r.....

By Hardik Savani May 5, 2021 Category: Laravel
How to use Multiple Database in Laravel 12?

How to use Multiple Database in Laravel 12?

In this post, I will show you how to setup multiple database connection in laravel 12 application. In Laravel 12, you can define and use multiple database connections in your application. This featur.....

By Hardik Savani May 5, 2021 Category: Laravel
Laravel 12 Generate and Read Sitemap XML File Tutorial

Laravel 12 Generate and Read Sitemap XML File Tutorial

Discover how to create and use XML sitemaps in Laravel 12 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.....

By Hardik Savani May 5, 2021 Category: Laravel
Laravel 12 Stripe Payment Gateway Integration Example

Laravel 12 Stripe Payment Gateway Integration Example

In this post, I will show you how to integrate stripe payment gateway in laravel 12 application from scratch. Stripe is a very popular and secure internet payment gateway company that helps to accept.....

By Hardik Savani May 5, 2021 Category: Laravel
Laravel 12 Dynamic Google Charts Integration Tutorial

Laravel 12 Dynamic Google Charts Integration Tutorial

This tutorial demonstrates how to create charts in Laravel 12 with Google Chart Library. We will gradually look into the entire process of working with laravel 12 and google chart with examples. Goog.....

By Hardik Savani May 5, 2021 Category: Laravel
laravel 12 Socialite Login with Twitter / X Account Example

laravel 12 Socialite Login with Twitter / X Account Example

In this article, we will learn laravel 12 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.....

By Hardik Savani May 5, 2021 Category: Laravel
Top 5 AI Tattoo Generators to Spark Your Next Ink Idea

Top 5 AI Tattoo Generators to Spark Your Next Ink Idea

Top 5 AI Tattoo Generators to Spark Your Next Ink Idea In a world where art, technology, and individuality intersect, AI tattoo generators are revolutionizing the way people conceptualize body art. No.....

By Hardik Savani May 5, 2021 Category: Laravel
What If AI Could Build Websites Without Developers?

What If AI Could Build Websites Without Developers?

What If AI Could Build Websites Without Developers? <img src="/upload/exploging.png" class="post-img"> With the rise of AI-powered technology, people are asking themselves one key question: can AI bui.....

By Hardik Savani May 5, 2021 Category: Laravel
How to Get User Location using IP Address in Laravel 12?

How to Get User Location using IP Address in Laravel 12?

In this article, I will show you how to get current user location information from ip address in laravel 12 application. In this tutorial, we will use the stevebauman/location composer package to get.....

By Hardik Savani May 5, 2021 Category: Laravel
Laravel 12 Drag and Drop File Upload with Dropzone JS

Laravel 12 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 12 application. Dropzone.js is a library for handling file uploads in web applications. It m.....

By Hardik Savani May 5, 2021 Category: Laravel