DebugAH

How to Solve Your Programmer Error

Skip to content
  • Home
  • Linux
  • JAVA
  • Python
  • Javasript
  • MYSQL
  • Windows
  • Error

[Solved] laravel Frame Error: Call to undefined method Dotenv\\Validator::make()”

Validator:: make() is used in the controller, which defaults to use dotenv\validator

Solution:

hold

use Dotenv\Validator;

Change to

use Illuminate\Support\Facades\Validator;

Similar Posts:

  • [Solved] Call to undefined method Illuminate\\Support\\Facades\\Request::input()”
  • [How to Solve] Laravel Ajax request error: 419 unknown status
  • When deploying Django project on centos7, there will be an error of importerror: cannot import name middlewaremin
  • [Three Method] Multiple actions were found that match the request in Web Api
  • iOS Presenting view controllers on detached view controllers is discouraged
  • Block Wild Pointer crash: Thread 1:EXC_BAD_ACCESS(code=1,address=0x10)
  • [Solved] Controller Error: Error:-81024 LR_VUG:The ‘QTWeb’ type is not supported on win32 platforms
  • The solution to the problem of “host SMBus controller not enabled” when Linux starts in VMWare
  • org.springframework.core.log.LogMessage [How to Solve]

This entry was posted in Error and tagged Call to undefined method Dotenv\\Validator::make()", laravel, laravel Frame Error on November 28, 2021 by Robins.

Post navigation

← MAC terminal (shell) Error: You have mail [How to Solve] Qt Build Project Error: No rule to make target ‘TarWidget.cpp’, neede d by ‘TarWidget.o’. Stop. →

Recent Posts

  • [Solved] The bean ‘sysDictService’ could not be injected because it is a JDK dynamic proxy
  • How to Use awk to Analyze Nginx Log
  • [Solved] Win-KeX/wsl2/kali Startup Error: A fatal error has occurred and VcXsrv will now exit.
  • [Solved] samtools: error while loading shared libraries: libcrypto.so.1.0.0: cannot open shared object file
  • k8s Error: [ERROR FileAvailable–etc-kubernetes-kubelet.conf]: /etc/kubernetes/kubelet.conf already exists
  • [Solved] NoSuchMethodError: org.springframework.boot.web.servlet.error.ErrorController.getErrorPath
  • [Solved] flink web ui Submit Task Error: Server Respoonse Message-Internal server error
  • Mysql Error: 1140 – In aggregated query without GROUP BY, expression #2 of SELECT list contains nonaggregated column ‘a.store’; this is incompatible with sql_mode=only_full_group_by
  • [Solved] Mybatis multi-table query error: Column ‘id’ in field list is ambiguous
  • [Solved] fluentd Log Error: read timeout reached

Tags

  • )
  • android
  • android studio
  • CentOS
  • centos7
  • chrome
  • DebugAH
  • django
  • docker
  • eclipse
  • git
  • github
  • go
  • hadoop
  • Hive
  • IDEA
  • ios
  • java
  • jenkins
  • Linux
  • Mac
  • maven
  • MyBatis
  • mysql
  • nginx
  • No module named XXX error
  • npm
  • Oracle
  • php
  • pip
  • pycharm
  • Python
  • Python TypeError
  • redis
  • shell
  • spring
  • springBoot
  • ssh
  • SVN
  • tensorflow
  • tomcat
  • ubuntu
  • vue
  • Windows
  • Yum
Proudly powered by WordPress