https://bootsity.com/laravel/implementing-two-factor-authentication-in-laravel-applications
#laravel #2fa
#laravel #2fa
Bootsity
Implementing Two-Factor Authentication in Laravel Applications - Bootsity
This article teaches how to implement/integrate two-factor authentication (also known as 2FA) into any Laravel application you are building in simple steps
https://meramustaqbil.com/2019/04/28/how-to-use-and-make-multiple-database-connections-in-laravel/
#laravel #database
#laravel #database
Mera Mustaqbil
How to use and make multiple database connections in Laravel
In this tutorial I will guide you on how to use multiple databases in Laravel. Step1 -- Add following in your .env file DB_CONNECTION=mysql DB_HOST=127.0.0.1 DB_PORT=3306 DB_DATABASE=database1 DB_USERNAME=root DB_PASSWORD=secret DB_CONNECTION_SECOND=mysql…