How to Attach Remote File to Email using PHPMailer


In this tutorial, we will learn about how to attach remote file to email using PHPMailer library.

PHPMailer provides a convenient method addAttachment() to attach files to email. However, this method does not work with remote files stored on remote server.

0 Comments

Facebook Official Page: All PHP Tricks

Twitter Official Page: All PHP Tricks

How to Check if File Exists on Remote Server using PHP


In this tutorial, we will learn about how to check if file exists on remote server using PHP with easy and simple methods.

Although, PHP provides a build in file_exists() function to check if file exist on server. However, this function is not able to check remote file on remote server.

0 Comments

Facebook Official Page: All PHP Tricks

Twitter Official Page: All PHP Tricks

Simple Laravel 10 Database Seeder Tutorial


In this tutorial, we will learn about Laravel Database Seeder by creating a simple and useful Laravel 10 Database Seeder class via PHP artisan with simple and easy step by step guide.

Although, this tutorial is focused on Laravel 10 version. However, you can use the same with Laravel’s previous versions such as Laravel 7, Laravel 8, and Laravel 9 as well.

0 Comments

Facebook Official Page: All PHP Tricks

Twitter Official Page: All PHP Tricks

Simple Laravel 10 CRUD Application Tutorial


In this tutorial, we will learn about Laravel CRUD operations by developing a complete Laravel 10 CRUD application with simple, easy and step by step guide.

You can implement this Laravel CRUD operations in Laravel 8, 9 and 10 versions. This code will work in all of these versions and hopefully will work in Laravel 11 as well.

10 Comments

Facebook Official Page: All PHP Tricks

Twitter Official Page: All PHP Tricks