Latest Posts

How to Generate Barcode in Laravel 12?

In this post, I will show you how to generate barcode in laravel 12 application. we will use picqer/php-barcode-generator composer package to create barcode in laravel 12. In this example, we will ge.....
By Hardik Savani May 5, 2021 Category : Laravel

Laravel 12 Simple Pagination Example Tutorial

This tutorial will help you to create a simple pagination with laravel 12 application. we will retrieves and paginates database data using bootstrap 5 css. We know pagination is a primary requirement.....
By Hardik Savani May 5, 2021 Category : Laravel

How to Generate App Key in Laravel 12?

<img src="/upload/laravel-12-app-key.png" class="post-img" alt="laravel 12 app key"> Let's explore how to generate an application key in Laravel 12. This key is essential for encrypting data and ensu.....
By Hardik Savani May 5, 2021 Category : Laravel

Laravel 12 Chart using Highcharts JS Example

This tutorial demonstrates how to create charts in Laravel 12 with Highcharts JS. We will gradually look into the entire process of working with laravel 12 and highcharts with examples. Highcharts JS.....
By Hardik Savani May 5, 2021 Category : Laravel

Laravel 12 Socialite Login with Google Account Example

In this tutorial, we will learn laravel 12 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 12 ChartJS Chart Example Tutorial

In this post, I will show you how to create line chart using chartjs in laravel 12 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 12 REST API with Passport Authentication Tutorial

In this post, I will show you how to create REST API with Passport Authentication in laravel 12 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 12 One to Many Eloquent Relationship Tutorial

I will show you how to use one to many relationship in laravel 12 application. we will use hasMany() and belongsTo() method of eloquent. In Laravel 12, a one-to-many relationship between a "posts" ta.....
By Hardik Savani May 5, 2021 Category : Laravel

Laravel 12 Many to Many Eloquent Relationship Tutorial

In this post, I will show you many to many relationship in laravel 12 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

Laravel 12 Has Many Through Relationship Example

In this article, I will show you how to use has many through relationship in laravel 12 application. we will use hasManyThrough() method for has many through relationship. In Laravel, a "Has Many Thr.....
By Hardik Savani May 5, 2021 Category : Laravel

Laravel 12 One to One Relationship Example

This article will help you how to use one to one eloquent relationship in laravel 12 application. we will use hasOne and belongsto method for one to one relationship. One to One model relationship is.....
By Hardik Savani May 5, 2021 Category : Laravel

2025 App Monetization Trends:Could Castar SDK RevolutionizeHow Developers Earn Money?

2025 App Monetization Trends:Could Castar SDK RevolutionizeHow Developers Earn Money? <strong class="step">Introduction: The Monetization Puzzle</strong> Let`s face it-nobody likes ads. You`re deep i.....
By Hardik Savani May 5, 2021 Category : Laravel
Shares