TAGS : PHP

How to Set Auto Database BackUp using Cron Scheduler In Laravel

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 PHP

How to Deploy Laravel on Heroku with Database

In 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 PHP

How to Send Bulk Mail Using Queue in Laravel 8

In 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...

Laravel

Laravel where and orWhere Condition Example

In 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 MySQL

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, proces...

Laravel PHP

How to Add and Delete Rows Dynamically using jQuery

In 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 HTML

Change Text Color Based On Background Color Using Javascript

In 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 HTML

StartOf And EndOf Functions Example Of Carbon

In 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 PHP

Carbon diffForHumans Laravel Example

Today, 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...

Laravel

Carbon Add Minutes In Laravel Example

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

RECOMMENDED POSTS

FEATURE POSTS