laravelvuejs.comHow to use multiple Vite & Tailwind CSS configs in Laravel?Recently I found myself in a situation where I had hundreds of Vue components and pages for the admin interface & several Laravel Blade pages for the website all inside a single project. Both the admin interface and the website use the Tailwind CSS f...Apr 30, 2023·4 min read
laravelvuejs.comMy MacBook Setup for Development (2023)Last year in Feb 2022, I wrote an article about my MacBook Setup for Development and it was appreciated by a lot of readers. Things have changed so quickly and it's time to write the MacBook setup for the 2023 edition. Hi, My name is Vinay Kesharwani...Jan 7, 2023·5 min read
laravelvuejs.comIntegrate Stripe Payment Gateway with Vue 3 and LaravelThis article is the second part of the payment gateway integration with Vue 3 & Laravel. This time we will discuss integrating Stripe Payment Gateway without using any external package. Stripe Payment Gateway There are many Vue 3 components available...Jan 7, 2023·5 min read
laravelvuejs.comIntegrate Razorpay Payment Gateway with Vue 3 and LaravelI am starting a blog series for payment gateway integration with Vue 3 & Laravel. Let's start with Razorpay Payment Gateway Hi, I am a Full Stack Developer working with Laravel, Vue.js & Tailwind CSS. Razorpay is one of the most popular Payment Gate...Dec 11, 2022·4 min read
laravelvuejs.comInstalling Xdebug 3 on MacOS and Debug in VS CodeI always found setting up Xdebug as one of the most difficult job. But today, I did it under 5 minutes. Hi, I am a Full Stack Developer working with Laravel, Vue.js & Tailwind CSS. If you don't use right tool for debugging, you may end up spending y...Nov 28, 2022·3 min read