Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Laravel 5] Installation troubles #7091

Closed
ivaaaan opened this issue Jan 22, 2015 · 3 comments
Closed

[Laravel 5] Installation troubles #7091

ivaaaan opened this issue Jan 22, 2015 · 3 comments

Comments

@ivaaaan
Copy link

ivaaaan commented Jan 22, 2015

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?

@GrahamCampbell
Copy link
Member

You need to update your app with all the changes from laravel/laravel develop.

@ivaaaan
Copy link
Author

ivaaaan commented Jan 22, 2015

I ran. What else can I do?

@GrahamCampbell
Copy link
Member

. I ran.

I didn't mean composer update. I meant physically make all the changes to your app yourself that have changed since you downloaded it on laravel/laravel. This is what you must do when you're using a version of laravel that wasn't ready for the public yet.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants