By default, Laravel sends emails using the inbuilt SwiftMailer library. Now, here we will try “PHPMailer” Laravel package for sending emails. I’ll show you how to Send Emails using PHPMailer in Laravel.
Expand +Category: Design & Development
How to create customizable products in Shopify without an app
You may need to let your customers customizable products in Shopify before checkout on your store. You may offer monogram, or you may need to let customers insert a text like Name, date, custom color, or you may want to…
Expand +How to add Conditional Checkout Fields in WooCommerce
One of the most important pages in any Woo-commerce store is the checkout page. In the world today, there are many online stores. Therefore, you need to customize your checkout page to be ahead of your competitors. Also Read: How…
Expand +Add custom fields to WooCommerce registration form without plugin
If you have an ecommerce website build with wordPress and WooCommerce platform then this article is helpful for you. As WooCommerce is one of the most popular e-commerce platforms. It consists of a variety of useful and great features that…
Expand +How to remove product-category slug in WooCommerce?
I was trying to figure out how to remove product category slug in WooCommerce (eg: remove /product-category/ ) from my URLs category and I just couldn’t seem to remove it. For eg: https://tistook.com/product-category/frock I just wanted to be https://tistook.com/frock Finally,…
Expand +Complete Steps to Create Custom Post Types in WordPress
If you are a WordPress Developer and working on client site where you need to create custom post type in WordPress to addons some new feature. But you don’t want to install any WordPress plugin to create custom post type,…
Expand +How to Create Dynamic XML Sitemap in Codeigniter?
How to create dynamic XML sitemap in CodeIgniter application is really important to crawl website pages links or URLs for Google, Yahoo. Every basic website needs an XML sitemap so that we can submit the XML sitemap to google search…
Expand +Django Vs Node: Which one is the Best For Back-End Web Development?
Django vs Node is a difficult question, because Django is a web framework, while Node.js is a JavaScript runtime built on Chrome’s V8 JavaScript engine. In other words, Node is a platform offering lots of libraries while Django is a…
Expand +Drag and Drop File Upload using DropzoneJS, PHP & MySQL
Drag and drop file upload is a very successful way to make your web application user-friendly. Generally, this feature allows you to drag an element and drop it to a different location on the web page. The drag and drop…
Expand +Upload and Create Image Thumbnails using CodeIgniter
The capability of uploading and create image thumbnails is one of the most important requirements for most web application developers and Codeigniter provides file upload and file resize feature. The Codeigniter Library for image Upload and Resize Image is very…
Expand +