https://cheewebdevelopment.com/leveling-up-your-development-workflow-keyboard-shortcuts/
#productivity
#productivity
Chee Web Development
Leveling Up Your Development Workflow: Part One – Keyboard Shortcuts : Chee: Custom WordPress Development Services
The path to becoming a high caliber developer is three-fold; you must be knowledgeable, experienced and efficient. Knowledge and experience come with time, but efficiency is something that anyone at any level can improve. Efficiency is about increasing your…
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…