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 528We 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 630Laravel 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 1.02KIn 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 547Since 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 10.94KGoogle 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 633QR 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 2.06KToday 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 544In 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 14.77KHello 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 774