InvalidArgumentException
Please provide a valid cache path.
at vendorlaravelframeworksrcIlluminateViewCompilersCompiler.php:36
32▕ */
33▕ public function __construct(Filesystem $files, $cachePath)
34▕ {
35▕ if (! $cachePath) {
➜ 36▕ throw new InvalidArgumentException(‘Please provide a valid cache path.’);
37▕ }
38▕
39▕ $this->files = $files;
40▕ $this->cachePath = $cachePath;
1 vendorlaravelframeworksrcIlluminateViewViewServiceProvider.php:168
IlluminateViewCompilersCompiler::__construct(Object(IlluminateFilesystemFilesystem))
2 vendorlaravelframeworksrcIlluminateContainerContainer.php:900
IlluminateViewViewServiceProvider::IlluminateView{closure}(Object(IlluminateFoundationApplication), [])
solve this problem as soon as possible
Baizid Khan is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
1