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

error on http://localhost/dslblog/ #1

Open
araneta opened this issue Jan 7, 2017 · 0 comments
Open

error on http://localhost/dslblog/ #1

araneta opened this issue Jan 7, 2017 · 0 comments

Comments

@araneta
Copy link

araneta commented Jan 7, 2017

I got this error when opening http://localhost/dslblog/ after installation : composer install
Undefined index: domain
open: /home/aldo/projects/simpeg/apps/dslblog/vendor/laravel/framework/src/Illuminate/Cookie/CookieServiceProvider.php

{
$this->app['cookie'] = $this->app->share(function($app)
{
$cookies = new CookieJar($app['request'], $app['encrypter']);
 
$config = $app['config']['session'];
 
return $cookies->setDefaultPathAndDomain($config['path'], $config['domain']);
});
}
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

1 participant