PDF is a commonly used format to store data in a file for offline uses. If you want to allow the user to download HTML content in a PDF file, HTML to PDF conversion functionality needs to be implemented in the web application. The Dompdf library can be use...

By: CodexWorld Aug 6, 2021

Generally, we used the default mail() function to send emails in the PHP-based web application. But, the SMTP server is always recommended to send email from the script in the web application. You can integrate the PHPMailer library to send email from any ...

By: CodexWorld May 31, 2021

CRUD operations are the most used functionality in Laravel application. In this tutorial, we'll create a simple CRUD application with Laravel 5. Our step-by-step guide for beginners helps you to implement CRUD (Create, Read, Update, and Delete) Operations ...

By: CodexWorld Apr 11, 2017

Once Laravel application installation is completed, now it's time to setup and implement the basic functionality with Laravel framework. This second part of Laravel tutorial, we'll go through the basic guide on setting up Laravel 5 application. We'll creat...

By: CodexWorld Apr 10, 2017

Laravel is an open-source PHP framework, follows the MVC (model–view–controller) pattern. Laravel reduces the time of web development, and help to make web application faster and secure. This Laravel tutorial will go through the installation and config...

By: CodexWorld Aug 7, 2021
keyboard_double_arrow_up