KodingMadeSimple
▼

How to Send Email in Laravel 5.6 using Gmail SMTP

›
Hi! Today let's see how to send email in laravel 5.6 using gmail smtp server . Since Laravel 5.3, the framework comes with the clean, ...

How to Install Laravel 5.6 on Windows using Composer

›
Here let's see how to install laravel on windows using composer . Ever since its launch, laravel has become the most popular php frame...
1 comment:

How to Create and Download CSV File in PHP

›
Hi! Here we will see how to create a csv file and download it using php . CSV is one of the popular data storage methods used on the Web. ...

How to use PHP PREG MATCH function to validate Form Input

›
In this post we'll see how to do some basic PHP validations of form input using preg_match() function. One of the vulnerable spot ...
3 comments:

How to Secure Passwords in PHP and Store in Database

›
Hi! Here let's see how to secure passwords in php . Developers have a huge responsibility when handling sensitive user data, such as p...
1 comment:

How to Install Composer on Windows with XAMPP

›
Now-a-days, many modern php frameworks like laravel, symfony, codeigniter and other libraries use the composer to manage their dependenci...

How to Change Apache and MySQL Port Number in XAMPP Localhost

›
Hi! I'm going to show you how to change the apache and mysql port number in xampp localhost . In case you wonder why you should change...
›
Home
View web version