> @php artisan package:discover --ansi InvalidArgumentException Please provide a valid cache path. at vendor/laravel/framework/src/Illuminate/View/Compilers/Compiler.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; +20 vendor frames 21 [internal]:0 Illuminate\Foundation\Application::Illuminate\Foundation\{closure}(Object(Facade\Ignition\IgnitionServiceProvider)) +5 vendor frames 27 artisan:35 Illuminate\Foundation\Console\Kernel::handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput)) Script @php artisan package:discover --ansi handling the post-autoload-dump event returned with error code 1