Laravel SMTP Setup
This guide provides a simple script to send out E-Mail using your smtp Account. You may refer the Laravel Mail documentation for more options. Also, please change the following variables in this guide: Sender Name:...
Open Source Tecnologies
This guide provides a simple script to send out E-Mail using your smtp Account. You may refer the Laravel Mail documentation for more options. Also, please change the following variables in this guide: Sender Name:...
A while ago, I needed to use laravel with 2 database connections. Here is how to run more than one database connection. Define Connections Inside of your datbase configuration file – likely app/config/database.php – you...
Post data using ajax in laravel 5 to controller If you are going to work with ajax data post to controller or route in laravel 5. There are some need to get ajax call...
In this part, we will begin to work with the REST interface. Creating a REST Api on Laravel isn’t very difficult. All we need to keep in mind is that we’re dealing with EmberJS...