When I send my form, after processing the data in the laravel save method the following error occurs:
QueryException in Connection.php line 769:
SQLSTATE[HY000] [2002] Connection refused (SQL: insert into 'users' () values ())
What is the solution to this? Thank you.