In this article, we will see how to set auto database backup using cron scheduler in laravel. here we will set auto database backup using cron scheduler, as you all know datbase is very i...
Laravel PHPIn this tutorial, we will see how to deploy laravel on heroku with a database. Heroku is a cloud platform as a service (PaaS) supporting several programming languages. Developers&nbs...
Laravel PHPIn this tutorial, we will see how to send bulk mail using queue in laravel 8. Laravel queue is used for sending bulk mail with a background process, as we know if we are sending single ma...
LaravelIn this artical we will see how to use where and orwhere condition in laravel 8. For where() and orWhere() method the first argument is the name of the c...
Laravel PHP MySQLIn 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, proces...
Laravel PHPIn this tutorial, We will see how to add and delete rows dynamically using jQuery. We are demonstrate dynamically adding and removing rows in a table using jquery. Dynamically append rows...
Laravel PHP jQuery HTMLIn this tutorial, we will see a change in text color based on background color using javascript. sometimes we have requirments to change text or font color dependent on background color and at...
PHP jQuery CSS HTMLIn this tutorial, I will show you the startOf and endOf functions example of carbon in laravel. In laravel 8 you can change the date format using carbon. Also, you can change the date in...
Laravel PHPToday, we will explore the Carbon diffForHumans
function in Laravel, which allows us to display human-readable date and time formats. This feature comes in handy when you need to show...
In this tutorial, we will see an example of carbon add minutes in laravel, here I will give you a simple example of laravel carbon add minutes, carbon provides many function like addMinut...
Laravel PHP