Latest Posts

Laravel 11 Image Intervention Tutorial With Example

Learn, how to use the image intervention composer package for image resizing in the laravel 11 application. Intervention Image is an open-source PHP image manipulation library. It provides an easier .....
By Hardik Savani May 5, 2021 Category : Laravel

How to Create Event Calendar in Laravel 11?

In this tutorial, we will learn how to create a dynamic event calendar with laravel 11 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 11 Summernote Image Upload Tutorial

In this post, I will show you how to image upload with the Summernote editor in the laravel 11 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 11?

In this post, I will show you how to setup multiple database connection in laravel 11 application. In Laravel 11, you can define and use multiple database connections in your application. This featur.....
By Hardik Savani May 5, 2021 Category : Laravel

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.....
By Hardik Savani May 5, 2021 Category : Laravel

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.....
By Hardik Savani May 5, 2021 Category : Laravel

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.....
By Hardik Savani May 5, 2021 Category : Laravel

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.....
By Hardik Savani May 5, 2021 Category : Laravel

Laravel 11 Socialite Login with Google Account Example

In this tutorial, we will learn laravel 11 login with google account using socialite composer package. we can use with laravel ui, laravel jetstream and laravel breaze for login with gmail account. A.....
By Hardik Savani May 5, 2021 Category : Laravel

Laravel 11 ChartJS Chart Example Tutorial

In this post, I will show you how to create line chart using chartjs in laravel 11 application. we can also create Line Charts, Bar Charts, Pie Charts, Area Charts, etc using chartjs js. Chart.js is .....
By Hardik Savani May 5, 2021 Category : Laravel

Laravel 11 REST API with Passport Authentication Tutorial

In this post, I will show you how to create REST API with Passport Authentication in laravel 11 application. We will learn from scratch about APIs, REST APIs, and Laravel Passport, and create an examp.....
By Hardik Savani May 5, 2021 Category : Laravel

Laravel 11 Many to Many Eloquent Relationship Tutorial

In this post, I will show you many to many relationship in laravel 11 application. we will use belongsToMany() eloquent method for many to many relationship. In Laravel, a many-to-many relationship b.....
By Hardik Savani May 5, 2021 Category : Laravel
Shares