Here today I give you some tips about how to set up a Laravel project on local using XAMPP or WAMP server. For Windows users, there Some steps to which you do first, Windows Users: Download XAMPP or WAMP server XAMPP download link: https://www.apachefriends.org/download.html WAMPP download link: http://www.wampserver.com/en/#download-wrapper Download Composer, for Laravel package control, you can […]
Send Mail From Localhost in PHP Using XAMPP
Send Mail From Localhost in PHP Using XAMPP, Firstly, PHP is an open-source scripting language, which means where you can change your PHP core files according to your requirements. PHP also has a SENDMAIL inbuilt package, which is used to send mail from a localhost server like XAMPP. The below process explained from the XAMPP […]