You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello. I'm install my l5 project from git and get this error: Whoops\Exception\ErrorException thrown with message "Undefined index: path"
On this line in /var/www/html/board/storage/framework/compiled.php: return (new CookieJar())->setDefaultPathAndDomain($config['path'], $config['domain']);
Why? And when i run: php artisan cache:clear
i get 'InvalidArgumentException' with message 'Cache store [] is not defined.'
What is it?