So I had 3 projects developed in Node.js and EJS: A client approaches me and wanted to have all these platforms in 1 website. So…
In order to re-use payment methods using Stripe, you need to ask the user to enter his card detail for at-least once. Stripe will save…
If you have a shared hosting server and wanted to run Python scripts on it, follow this guide. Python is one of the most widely…
In this article, I will share my story of how I managed to handle 40,000 products on a website running on a shared server on…
In this article, you will learn, how to create a middleware for admin in Laravel. It will be useful for you to protect your admin…
The rich text editor I was using did not had image upload feature. It only allow URL of image to be posted in post’s content.…
In this article, I will share with you, how you can upload and download files from Laravel private storage. First, you need to make sure…
Today we will talk about how you can convert the UTC time to your local timezone in PHP. If you are doing server side rendering…
I created an appointment booking platform for doctors in Laravel. It is a free script that you can download and install on your own server.…
I was working on a project in Laravel and I came into a error while casting a boolean variable. Although the problem was a small…