Laravel 9 Using Carbon Adjust Minutes Example

Laravel 9 Using Carbon Adjust Minutes Example

Today I will give you examples how to use Carbon package to add minutes and do adjustment minutes over the datetime. There are many functions Carbon is a package which is excellent functionality to adjust with dates in PHP...

Sovary July 28, 2022 394
#Laravel  #PHP  #Laravel 9  #Carbon Laravel 
Laravel 9 Accessors and Mutators Eloquent Example

Laravel 9 Accessors and Mutators Eloquent Example

We will learn how to use mutator and accessor in Laravel 9. Within example accessor you will understand what is accessor in Laravel 9 and mutator. The following example below will help you much when to use eloquent mutator and accessor in Laravel...

Sovary July 27, 2022 467
#Laravel  #PHP  #Laravel 9 
Razorpay Payment Gateway Integration in Laravel Tutorial

Razorpay Payment Gateway Integration in Laravel Tutorial

Laravel 9 Integrate Razorpay Payment Gateway Example; in this tutorial you will learn how to integrate Razorpay payment gateway with simple example. We will go through step by step about Razorpay integration payment in..

Sovary July 26, 2022 733
#Laravel  #PHP  #Laravel 9 
Laravel Pluck() - Collection Method to Extract Values

Laravel Pluck() - Collection Method to Extract Values

In this article, we will explain about Laravel 9 pluck() method with example. Usage Laravel pluck() method to extract the value from collection. When retrieved from database Laravel return as collection this is the best way to..

Sovary July 25, 2022 388
#Laravel  #PHP  #Laravel 9  #Laravel Collections 
Solved - Gmail SMTP Less Secure App No Longer Support

Solved - Gmail SMTP Less Secure App No Longer Support

Since Google announced that from May 30, 2022, ​​Google no longer supports the use of third-party apps or devices (shutting down its less secure apps) which ask you to sign in to your Google Account using only your username and password...

Sovary July 24, 2022 9.67K
#PHP 
Integrate Admob Rewarded Video Ads in Android

Integrate Admob Rewarded Video Ads in Android

Google Admob have provide different ads formats, so that you can decided to choose which one is suitable for your app. The following are ad formats available for Android applications...

Sovary July 23, 2022 445
#Android  #Java  #Admob 
How to Generate QR Code in Node.js Example

How to Generate QR Code in Node.js Example

QR code is commonly use for bank transfer and any goods store. The pixel dot image which human can not read, but contain rich amount of information. Today tutorial we are going to implement how to generate QR Code in Node.js...

Sovary July 23, 2022 1.75K
#Node.js 
Laravel Query whereDate & whereDay Example

Laravel Query whereDate & whereDay Example

Today we will see example of using whereDate and whereDay. We are going to learn about eloquent query whereDate and whereDay in Laravel with examples below. Look at the examples to see how different using whereDate and whereDay...

Sovary July 20, 2022 412
#Laravel  #PHP  #Query Builder 
Laravel 9 Login Multiple Roles using Custom Middleware

Laravel 9 Login Multiple Roles using Custom Middleware

In Laravel middleware will filter all http requests when there is client making request, for example we can find out which request is unauthorized and need to redirect to login page or to register page...

Sovary July 13, 2022 12.99K
#Laravel  #PHP  #Laravel 9  #Laravel Middleware 
How to Redirect HTTP to HTTPs in Laravel

How to Redirect HTTP to HTTPs in Laravel

Hello friends today we will learn how to force redirect Laravel app http protocol to https protocol. We will give you example how to force redirect protocol using .htaccess file in hosting server, so that you can apply in your hosting Laravel project...

Sovary July 13, 2022 579
#Laravel  #PHP