Techsolutionstuff
The Techsolutionstuff is to help for beginner programmers who want to start career in web development or learn web development technologies or languages.
Pinned Repositories
Dynamic-Pie-Chart-Example-In-Laravel-9
we will see a dynamic pie chart example in laravel 9. Pie charts are used to represent data in graphics view. for the creation of a dynamic pie chart example.
How-To-Create-Barcode-Generator-In-Laravel-9
we will see how to create a barcode generator in laravel 9. In this example, we will use the milon/barcode package and we will implement it in our barcode example in laravel 9. milon/barcode package provide many functionalities and different options to generate barcode.
how-to-create-crud-operation-in-laravel-10
we will see the laravel 10 crud operation step by step. Here, we will learn about how to create crud operation in laravel 10 step by step. As we know Laravel 10 was officially released with many new functionalities.
how-to-create-event-calendar-in-laravel-10
In this tutorial, we'll walk through a comprehensive demonstration of Laravel FullCalendar.
How-To-Create-QR-Code-Generator-In-Laravel-9
we will see how to create QR code generator in laravel 9. As per the current trend, many websites and applications provide features like login with QR code, scan QR code, and get more information about products and websites, etc.
how-to-create-real-time-notification-in-laravel-10-using-pusher
I'll walk you through creating real-time notifications in Laravel 10 using Pusher.
how-to-create-subscription-in-stripe-using-laravel-cashier
In this comprehensive guide, we will walk you through the step-by-step process of setting up a subscription system that seamlessly integrates with Stripe using Laravel Cashier.
How-to-Integrate-Razorpay-Payment-Gateway-in-Laravel
In this tutorial, We will see how to integrate razorpay payment gateway in laravel. Razorpay is the only payments solution in India that allows businesses to accept, process and disburse payments with its product suite. Razorpay payment gateway accepts all payment modes with domestic and international credit & debit cards, EMIs ( Credit/Debit Cards & Cardless), PayLater, Netbanking from 58 banks, UPI and 8 mobile wallets, Razorpay provides the most extensive set of payment methods.
integrate-stripe-payment-gateway-in-laravel-11
Hello developers! In this guide, we'll see how to integrate a stripe payment gateway in laravel 11 with step by step guide.
laravel-10-socialite-login-with-google-account
Here, we will learn how to create a socialite login with google in laravel 10. Also, we will see how to socialite login with a google account in laravel 10 using jetstream.
Techsolutionstuff's Repositories
Techsolutionstuff/How-to-Integrate-Razorpay-Payment-Gateway-in-Laravel
In this tutorial, We will see how to integrate razorpay payment gateway in laravel. Razorpay is the only payments solution in India that allows businesses to accept, process and disburse payments with its product suite. Razorpay payment gateway accepts all payment modes with domestic and international credit & debit cards, EMIs ( Credit/Debit Cards & Cardless), PayLater, Netbanking from 58 banks, UPI and 8 mobile wallets, Razorpay provides the most extensive set of payment methods.
Techsolutionstuff/Bootstrap-Session-Timeout-Example
In this example I will show you bootstrap session timeout example in laravel.
Techsolutionstuff/Dynamic-Pie-Chart-Example-In-Laravel-9
we will see a dynamic pie chart example in laravel 9. Pie charts are used to represent data in graphics view. for the creation of a dynamic pie chart example.
Techsolutionstuff/dynamic-pie-chart-in-laravel
How To Create Dynamic Pie Chart In Laravel
Techsolutionstuff/How-To-Create-Barcode-Generator-In-Laravel-9
we will see how to create a barcode generator in laravel 9. In this example, we will use the milon/barcode package and we will implement it in our barcode example in laravel 9. milon/barcode package provide many functionalities and different options to generate barcode.
Techsolutionstuff/how-to-create-dynamic-bar-chart-in-laravel
In this post we will see how to create dynamic bar chart in laravel.
Techsolutionstuff/how-to-create-dynamic-line-chart-in-laravel
n this tutorial we will see how to create dynamic line chart in laravel. A dynamic line chart or line plot or line graph or curve chart is a type of chart which displays information as a series of data points called 'markers' connected by straight line segments.
Techsolutionstuff/How-To-Create-QR-Code-Generator-In-Laravel-9
we will see how to create QR code generator in laravel 9. As per the current trend, many websites and applications provide features like login with QR code, scan QR code, and get more information about products and websites, etc.
Techsolutionstuff/How-To-Generate-QR-Code-In-Node.js
we will see how to generate QR Code in the Node.js application. we will use qrcode npm package to generate QR Code. we will create a JSON data object and create a QR Code for that JSON data object.
Techsolutionstuff/how-to-integrate-paypal-payment-gateway-in-laravel-8
In this tutorial we will see how to integrate paypal payment gateway in laravel 8, payment integatetion is very useful and important features in e-commerce website. I will explain you laravel 8 paypal payment integration example. You can also use paypal payment gateway integration in larave 8, laravel 7 and laravel 6.
Techsolutionstuff/Laravel-8-Mobile-Number-OTP-Authentication-using-Firebase
we will see laravel 8 mobile number OTP authentication using firebase. There are many types of autentication to login to different sites and applications. So, here we will see mobile number otp authentication using firebase in laravel 8.
Techsolutionstuff/Laravel-8-REST-API-Authentication-Using-Passport
we will see laravel 8 REST API authentication using passport. Also, perform CRUD operation with laravel 8 REST API. In this tutorial I will give you information about REST API, REST API is an application program interface that uses HTTP requests to GET, PUT, POST, and DELETE data.
Techsolutionstuff/Laravel-8-Socialite-Login-with-Facebook-Account
we will learn about laravel 8 socialite login with facebook account, as you all know currently many websites provide different types of login authentication facilities to users like facebook login, login with google, login with GitHub, etc...
Techsolutionstuff/Laravel-8-Socialite-Login-With-GitHub-Account
we will see laravel 8 socialite login with a GitHub account. how to integrate OAuth github login in the laravel 8.
Techsolutionstuff/Laravel-8-User-Role-And-Permission
we will see laravel 8 user role and permission, here we will see how to set user roles and permission in laravel 8. we are using the spatie package for roles and permissions in laravel 8 application.
Techsolutionstuff/Laravel-8-User-Roles-And-Permissions-Without-Package
we will see laravel 8 user roles and permissions without package. Roles and permissions are an important part of many websites.
Techsolutionstuff/Laravel-9-AJAX-CRUD-Operation-Example
we will see laravel 9 AJAX CRUD Operation. here, we will learn how to create AJAX CRUD Operation in Laravel 9 without page refresh.
Techsolutionstuff/Laravel-9-CRUD-Operation-Step-By-Step
we will see the laravel 9 crud operation step by step. In this laravel 9 crud operation, we will see create, read, update and delete with validation. Also, we will create migration for the laravel 9 crud operation.
Techsolutionstuff/Laravel-9-Dynamic-Bar-Chart-Example
we will see the laravel 9 dynamic bar chart example. Bar charts are used to represent data in graphics view.
Techsolutionstuff/Laravel-9-Dynamic-Line-Chart-Example
we will see the laravel 9 dynamic line chart example. A dynamic line chart or line plot or line graph or curve chart is a type of chart that displays information as a series of data points called 'markers' connected by straight line segments.
Techsolutionstuff/Laravel-9-Razorpay-Payment-Gateway-Integration
we see laravel 9 razorpay payment gateway integration. Here, we will learn how to integrate razorpay payment gateway in laravel 9.
Techsolutionstuff/Laravel-9-Stripe-Payment-Gateway-Integration
we will see laravel 9 stripe payment gateway integration. Here, we will learn how to integrate the stripe payment gateway in laravel 9.
Techsolutionstuff/Laravel-REST-API-CRUD-Tutorial
In this tutorial we will learn about laravel REST API CRUD opeation. REST means Representational State Transfer and API means Application Programming Interface while CRUD means Create, Read, Update and Delete.
Techsolutionstuff/Node.js-Express-CRUD-Example-With-MySQL
we will perform a node js express CRUD example with MySQL. Node js Express framework with MySQL Database in we will give you step by step CRUD operation example in node js.
Techsolutionstuff/REST-API-With-Passport-Authentication-In-Laravel-9
In this article, we will see REST API with passport authentication in laravel 9. Also, we will perform CRUD operations with laravel 9 REST API. REST API is an application program interface that uses HTTP requests to GET, PUT, POST, and DELETE data.
Techsolutionstuff/Role-And-Permission-In-Laravel-9-Tutorial
In this article, we will see role and permission in the laravel 9 tutorial. here we will see the laravel 9 user role and permission.
Techsolutionstuff/Socialite-Login-with-Facebook-Account-In-Laravel-9
we will see socialite login with a facebook account laravel 9. Here, we will learn how to create socialite login with facebook in laravel 8 and laravel 9.
Techsolutionstuff/Socialite-Login-With-Google-Account-In-Laravel-9
we will see socialite login with a google account in laravel 9. Here, we will learn how to create a socialite login with google in laravel 8 and laravel 9.
Techsolutionstuff/User-Roles-And-Permissions-Without-Package-Laravel-9
we will see user roles and permissions without a package in laravel 9. Here, we will learn how to create roles and permissions in laravel 9.