Laravel 8 Recent Posts


16-09-2022 5021 Laravel 8 Haresh Chauhan

How to convert one currency to another using laravel currency ?; in this comprehensive tutorial, we will integrate currency exchange rates from one cu...


14-09-2022 2837 Laravel 8 Haresh Chauhan

Unique violation: 7 ERROR: duplicate key value violates unique constraint "users_pkey" DETAIL: Key (id)=(1) already exists.


14-09-2022 4481 Laravel 8 Haresh Chauhan

could not find driver (SQL: select count(*) as aggregate from "users" where "email" = admin@gmail.com), This error I wash fetching while I was working...


05-09-2022 2979 Laravel 8 Haresh Chauhan

Most useful laravel artisan make commands lists with parameters, we will discuss all the example commands that make a class in with some parameter and...


04-09-2022 6746 Laravel 8 Haresh Chauhan

How to set up google's two-factor authentication in laravel; With the help of google authentication, we will integrate it into our laravel application...


03-09-2022 3086 Laravel 8 Haresh Chauhan

How To Integrate Stripe Payment Gateway in Laravel 9; using composer require stripe/stripe-php we will install stripe composer in our application. Bef...