Skip to content

Tag: php

Database connection [users] not configured

I’m getting InvalidArgumentException Database connection [users] not configured. http://127.0.0.1:8000/register error, when submitting register form, using Laravel Auth. My Laravel version is 6.17.1 .env file Auth/RegisterController.php file app/User.php file users table migration file config/database.p…

PHP submit POST

I Created 2 forms and i’m trying to take all of the data and which inside them and email them both in a simple table, however i want that each form will have only 1 header and no matter how much data …