Recent Categories
Recent Posts
Post Archive
Catogery Tags
Connect With Us
-
Laravel Release of Version 11.30
This week, the Laravel team released v11.30, which includes defer testing helpers, the ability to define custom unique string IDs for Eloquent models, the use of backed Enums with Authorizes Requests, and more. #New withDefer() and withoutDefer() Test Helpers Tim MacDonald contributed a withoutDefer() and withDefer() test helpers. Using withoutDefer() is helpful when you are…
-
WordPress takes control of ACF plug-in
The dispute between WordPress founder Matt Mullenweg and hosting provider WP Engine continues, with Mullenweg announcing that WordPress is “forking” a plug-in developed by WP Engine. Specifically, Advanced Custom Fields — a plug-in making it easier for WordPress users to customize their edit screens — is being taken out of WP Engine’s hands and updated…
-
Razor Pay Payment Gateway Integration in CodeIgniter 3
In this tutorial, we will learn how to integrate the RazorPay payment gateway in CodeIgniter. RazorPay is a well-known payment gateway platform in India. How to setup RazorPay Account? Create Razorpay Account Update Razorpay Config Details Here, we are using 3 files for generating PDF file: Controller: Checkout.php – applicationcontrollersCheckout.phpView: checkout.php – applicationviewsrazorpaycheckout.phpConfig: autoload.php –…